@Stability(value=Stable) public static final class CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRoute.GatewayRouteMetadataMatchProperty>
CfnGatewayRoute.GatewayRouteMetadataMatchProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder exact(String exact)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getExact()exact - The exact method header to be matched on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder prefix(String prefix)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getPrefix()prefix - The specified beginning characters of the method header to be matched on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder range(CfnGatewayRoute.GatewayRouteRangeMatchProperty range)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getRange()range - An object that represents the range of values to match on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder range(IResolvable range)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getRange()range - An object that represents the range of values to match on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder regex(String regex)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getRegex()regex - The regex used to match the method header.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder suffix(String suffix)
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.getSuffix()suffix - The specified ending characters of the method header to match on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteMetadataMatchProperty build()
build in interface software.amazon.jsii.Builder<CfnGatewayRoute.GatewayRouteMetadataMatchProperty>CfnGatewayRoute.GatewayRouteMetadataMatchPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.