public static final class CfnSubnetRouteTableAssociation.Builder
extends java.lang.Object
CfnSubnetRouteTableAssociation
.Modifier and Type | Method and Description |
---|---|
CfnSubnetRouteTableAssociation |
build() |
static CfnSubnetRouteTableAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnSubnetRouteTableAssociation.Builder |
routeTableId(java.lang.String routeTableId)
The ID of the route table.
|
CfnSubnetRouteTableAssociation.Builder |
subnetId(java.lang.String subnetId)
The ID of the subnet.
|
public static CfnSubnetRouteTableAssociation.Builder create(Construct scope, java.lang.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
.public CfnSubnetRouteTableAssociation.Builder routeTableId(java.lang.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
public CfnSubnetRouteTableAssociation.Builder subnetId(java.lang.String subnetId)
subnetId
- The ID of the subnet. This parameter is required.this
public CfnSubnetRouteTableAssociation build()