Class CfnIpPoolRouteTableAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnIpPoolRouteTableAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIpPoolRouteTableAssociation>
- Enclosing class:
CfnIpPoolRouteTableAssociation
@Stability(Stable)
public static final class CfnIpPoolRouteTableAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIpPoolRouteTableAssociation>
A fluent builder for
CfnIpPoolRouteTableAssociation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()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 CfnIpPoolRouteTableAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIpPoolRouteTableAssociation.Builder.
-
publicIpv4Pool
@Stability(Stable) public CfnIpPoolRouteTableAssociation.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
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<CfnIpPoolRouteTableAssociation>- Returns:
- a newly built instance of
CfnIpPoolRouteTableAssociation.
-