@Stability(value=Stable) public static final class CfnSubnetRouteTableAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnSubnetRouteTableAssociation>
CfnSubnetRouteTableAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnSubnetRouteTableAssociation |
build() |
static CfnSubnetRouteTableAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSubnetRouteTableAssociation.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
CfnSubnetRouteTableAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
@Stability(value=Stable) public static CfnSubnetRouteTableAssociation.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.CfnSubnetRouteTableAssociation.Builder.@Stability(value=Stable) public CfnSubnetRouteTableAssociation.Builder routeTableId(String routeTableId)
The physical ID changes when the route table ID is changed.
routeTableId - The ID of the route table. This parameter is required.this@Stability(value=Stable) public CfnSubnetRouteTableAssociation.Builder subnetId(String subnetId)
subnetId - The ID of the subnet. This parameter is required.this@Stability(value=Stable) public CfnSubnetRouteTableAssociation build()
build in interface software.amazon.jsii.Builder<CfnSubnetRouteTableAssociation>Copyright © 2022. All rights reserved.