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