@Stability(value=Stable) public static final class CfnRoute.HeaderMatchMethodProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HeaderMatchMethodProperty>
CfnRoute.HeaderMatchMethodProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.HeaderMatchMethodProperty |
build()
Builds the configured instance.
|
CfnRoute.HeaderMatchMethodProperty.Builder |
exact(String exact)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getExact() |
CfnRoute.HeaderMatchMethodProperty.Builder |
prefix(String prefix)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getPrefix() |
CfnRoute.HeaderMatchMethodProperty.Builder |
range(CfnRoute.MatchRangeProperty range)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getRange() |
CfnRoute.HeaderMatchMethodProperty.Builder |
range(IResolvable range)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getRange() |
CfnRoute.HeaderMatchMethodProperty.Builder |
regex(String regex)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getRegex() |
CfnRoute.HeaderMatchMethodProperty.Builder |
suffix(String suffix)
Sets the value of
CfnRoute.HeaderMatchMethodProperty.getSuffix() |
@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder exact(String exact)
CfnRoute.HeaderMatchMethodProperty.getExact()exact - The value sent by the client must match the specified value exactly.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder prefix(String prefix)
CfnRoute.HeaderMatchMethodProperty.getPrefix()prefix - The value sent by the client must begin with the specified characters.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder range(CfnRoute.MatchRangeProperty range)
CfnRoute.HeaderMatchMethodProperty.getRange()range - An object that represents the range of values to match on.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder range(IResolvable range)
CfnRoute.HeaderMatchMethodProperty.getRange()range - An object that represents the range of values to match on.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder regex(String regex)
CfnRoute.HeaderMatchMethodProperty.getRegex()regex - The value sent by the client must include the specified characters.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty.Builder suffix(String suffix)
CfnRoute.HeaderMatchMethodProperty.getSuffix()suffix - The value sent by the client must end with the specified characters.this@Stability(value=Stable) public CfnRoute.HeaderMatchMethodProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HeaderMatchMethodProperty>CfnRoute.HeaderMatchMethodPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.