@Stability(value=Stable) public static final class GatewayRouteBaseProps.Builder extends Object implements software.amazon.jsii.Builder<GatewayRouteBaseProps>
GatewayRouteBaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteBaseProps |
build()
Builds the configured instance.
|
GatewayRouteBaseProps.Builder |
gatewayRouteName(String gatewayRouteName)
Sets the value of
GatewayRouteBaseProps.getGatewayRouteName() |
GatewayRouteBaseProps.Builder |
routeSpec(GatewayRouteSpec routeSpec)
Sets the value of
GatewayRouteBaseProps.getRouteSpec() |
@Stability(value=Stable) public GatewayRouteBaseProps.Builder routeSpec(GatewayRouteSpec routeSpec)
GatewayRouteBaseProps.getRouteSpec()routeSpec - What protocol the route uses. This parameter is required.this@Stability(value=Stable) public GatewayRouteBaseProps.Builder gatewayRouteName(String gatewayRouteName)
GatewayRouteBaseProps.getGatewayRouteName()gatewayRouteName - The name of the GatewayRoute.this@Stability(value=Stable) public GatewayRouteBaseProps build()
build in interface software.amazon.jsii.Builder<GatewayRouteBaseProps>GatewayRouteBasePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.