@Stability(value=Stable) public static final class CfnListenerRule.HostHeaderConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerRule.HostHeaderConfigProperty>
CfnListenerRule.HostHeaderConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerRule.HostHeaderConfigProperty |
build()
Builds the configured instance.
|
CfnListenerRule.HostHeaderConfigProperty.Builder |
values(List<String> values)
Sets the value of
CfnListenerRule.HostHeaderConfigProperty.getValues() |
@Stability(value=Stable) public CfnListenerRule.HostHeaderConfigProperty.Builder values(List<String> values)
CfnListenerRule.HostHeaderConfigProperty.getValues()values - One or more host names.
The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
this@Stability(value=Stable) public CfnListenerRule.HostHeaderConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnListenerRule.HostHeaderConfigProperty>CfnListenerRule.HostHeaderConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.