@Stability(value=Stable) public static final class CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRoute.GatewayRouteHostnameMatchProperty>
CfnGatewayRoute.GatewayRouteHostnameMatchProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRoute.GatewayRouteHostnameMatchProperty |
build()
Builds the configured instance.
|
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder |
exact(String exact)
Sets the value of
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.getExact() |
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder |
suffix(String suffix)
Sets the value of
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.getSuffix() |
@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder exact(String exact)
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.getExact()exact - The exact host name to match on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder suffix(String suffix)
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.getSuffix()suffix - The specified ending characters of the host name to match on.this@Stability(value=Stable) public CfnGatewayRoute.GatewayRouteHostnameMatchProperty build()
build in interface software.amazon.jsii.Builder<CfnGatewayRoute.GatewayRouteHostnameMatchProperty>CfnGatewayRoute.GatewayRouteHostnameMatchPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.