@Stability(value=Stable) public static final class CfnRoute.HttpRouteHeaderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HttpRouteHeaderProperty>
CfnRoute.HttpRouteHeaderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.HttpRouteHeaderProperty |
build()
Builds the configured instance.
|
CfnRoute.HttpRouteHeaderProperty.Builder |
invert(Boolean invert)
Sets the value of
CfnRoute.HttpRouteHeaderProperty.getInvert() |
CfnRoute.HttpRouteHeaderProperty.Builder |
invert(IResolvable invert)
Sets the value of
CfnRoute.HttpRouteHeaderProperty.getInvert() |
CfnRoute.HttpRouteHeaderProperty.Builder |
match(CfnRoute.HeaderMatchMethodProperty match)
Sets the value of
CfnRoute.HttpRouteHeaderProperty.getMatch() |
CfnRoute.HttpRouteHeaderProperty.Builder |
match(IResolvable match)
Sets the value of
CfnRoute.HttpRouteHeaderProperty.getMatch() |
CfnRoute.HttpRouteHeaderProperty.Builder |
name(String name)
Sets the value of
CfnRoute.HttpRouteHeaderProperty.getName() |
@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty.Builder name(String name)
CfnRoute.HttpRouteHeaderProperty.getName()name - A name for the HTTP header in the client request that will be matched on. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty.Builder invert(Boolean invert)
CfnRoute.HttpRouteHeaderProperty.getInvert()invert - Specify `True` to match anything except the match criteria.
The default value is False .this@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty.Builder invert(IResolvable invert)
CfnRoute.HttpRouteHeaderProperty.getInvert()invert - Specify `True` to match anything except the match criteria.
The default value is False .this@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty.Builder match(CfnRoute.HeaderMatchMethodProperty match)
CfnRoute.HttpRouteHeaderProperty.getMatch()match - The `HeaderMatchMethod` object.this@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty.Builder match(IResolvable match)
CfnRoute.HttpRouteHeaderProperty.getMatch()match - The `HeaderMatchMethod` object.this@Stability(value=Stable) public CfnRoute.HttpRouteHeaderProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HttpRouteHeaderProperty>CfnRoute.HttpRouteHeaderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.