@Stability(value=Stable) public static final class CfnGatewayRouteTableAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRouteTableAssociation>
CfnGatewayRouteTableAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRouteTableAssociation |
build() |
static CfnGatewayRouteTableAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGatewayRouteTableAssociation.Builder |
gatewayId(String gatewayId)
The ID of the gateway.
|
CfnGatewayRouteTableAssociation.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
@Stability(value=Stable) public static CfnGatewayRouteTableAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGatewayRouteTableAssociation.Builder.@Stability(value=Stable) public CfnGatewayRouteTableAssociation.Builder gatewayId(String gatewayId)
gatewayId - The ID of the gateway. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociation.Builder routeTableId(String routeTableId)
routeTableId - The ID of the route table. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociation build()
build in interface software.amazon.jsii.Builder<CfnGatewayRouteTableAssociation>Copyright © 2022. All rights reserved.