Class CfnSubnetRouteTableAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetRouteTableAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubnetRouteTableAssociationPropsMixin>
- Enclosing class:
CfnSubnetRouteTableAssociationPropsMixin
@Stability(Stable)
public static final class CfnSubnetRouteTableAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSubnetRouteTableAssociationPropsMixin>
A fluent builder for
CfnSubnetRouteTableAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) routeTableId(String routeTableId) The ID of the route table.routeTableId(IRouteTableRef routeTableId) The ID of the route table.The ID of the subnet.subnetId(ISubnetRef subnetId) The ID of the subnet.
-
Method Details
-
create
@Stability(Stable) public static CfnSubnetRouteTableAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSubnetRouteTableAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSubnetRouteTableAssociationPropsMixin.Builder.
-
routeTableId
@Stability(Stable) public CfnSubnetRouteTableAssociationPropsMixin.Builder routeTableId(String routeTableId) The ID of the route table.The physical ID changes when the route table ID is changed.
- Parameters:
routeTableId- The ID of the route table. This parameter is required.- Returns:
this- See Also:
-
routeTableId
@Stability(Stable) public CfnSubnetRouteTableAssociationPropsMixin.Builder routeTableId(IRouteTableRef routeTableId) The ID of the route table.The physical ID changes when the route table ID is changed.
- Parameters:
routeTableId- The ID of the route table. This parameter is required.- Returns:
this- See Also:
-
subnetId
@Stability(Stable) public CfnSubnetRouteTableAssociationPropsMixin.Builder subnetId(String subnetId) The ID of the subnet.- Parameters:
subnetId- The ID of the subnet. This parameter is required.- Returns:
this- See Also:
-
subnetId
@Stability(Stable) public CfnSubnetRouteTableAssociationPropsMixin.Builder subnetId(ISubnetRef subnetId) The ID of the subnet.- Parameters:
subnetId- The ID of the subnet. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSubnetRouteTableAssociationPropsMixin>- Returns:
- a newly built instance of
CfnSubnetRouteTableAssociationPropsMixin.
-