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