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