@Stability(value=Stable) public static final class CfnSubnetRouteTableAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSubnetRouteTableAssociationProps>
CfnSubnetRouteTableAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSubnetRouteTableAssociationProps |
build()
Builds the configured instance.
|
CfnSubnetRouteTableAssociationProps.Builder |
routeTableId(String routeTableId)
Sets the value of
CfnSubnetRouteTableAssociationProps.getRouteTableId() |
CfnSubnetRouteTableAssociationProps.Builder |
subnetId(String subnetId)
Sets the value of
CfnSubnetRouteTableAssociationProps.getSubnetId() |
@Stability(value=Stable) public CfnSubnetRouteTableAssociationProps.Builder routeTableId(String routeTableId)
CfnSubnetRouteTableAssociationProps.getRouteTableId()routeTableId - The ID of the route table. This parameter is required.
The physical ID changes when the route table ID is changed.this@Stability(value=Stable) public CfnSubnetRouteTableAssociationProps.Builder subnetId(String subnetId)
CfnSubnetRouteTableAssociationProps.getSubnetId()subnetId - The ID of the subnet. This parameter is required.this@Stability(value=Stable) public CfnSubnetRouteTableAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnSubnetRouteTableAssociationProps>CfnSubnetRouteTableAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.