@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)
`AWS::EC2::GatewayRouteTableAssociation.GatewayId`.
|
CfnGatewayRouteTableAssociation.Builder |
routeTableId(String routeTableId)
`AWS::EC2::GatewayRouteTableAssociation.RouteTableId`.
|
@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 - `AWS::EC2::GatewayRouteTableAssociation.GatewayId`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociation.Builder routeTableId(String routeTableId)
routeTableId - `AWS::EC2::GatewayRouteTableAssociation.RouteTableId`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociation build()
build in interface software.amazon.jsii.Builder<CfnGatewayRouteTableAssociation>Copyright © 2021. All rights reserved.