@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 - `AWS::EC2::SubnetRouteTableAssociation.RouteTableId`. This parameter is required.this@Stability(value=Stable) public CfnSubnetRouteTableAssociationProps.Builder subnetId(String subnetId)
CfnSubnetRouteTableAssociationProps.getSubnetId()subnetId - `AWS::EC2::SubnetRouteTableAssociation.SubnetId`. 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 © 2021. All rights reserved.