Class CfnIpPoolRouteTableAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIpPoolRouteTableAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIpPoolRouteTableAssociationMixinProps>
- Enclosing interface:
CfnIpPoolRouteTableAssociationMixinProps
@Stability(Stable)
public static final class CfnIpPoolRouteTableAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIpPoolRouteTableAssociationMixinProps>
A builder for
CfnIpPoolRouteTableAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.publicIpv4Pool(String publicIpv4Pool) Sets the value ofCfnIpPoolRouteTableAssociationMixinProps.getPublicIpv4Pool()routeTableId(String routeTableId) Sets the value ofCfnIpPoolRouteTableAssociationMixinProps.getRouteTableId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publicIpv4Pool
@Stability(Stable) public CfnIpPoolRouteTableAssociationMixinProps.Builder publicIpv4Pool(String publicIpv4Pool) Sets the value ofCfnIpPoolRouteTableAssociationMixinProps.getPublicIpv4Pool()- Parameters:
publicIpv4Pool- The ID of a public IPv4 address pool.- Returns:
this
-
routeTableId
@Stability(Stable) public CfnIpPoolRouteTableAssociationMixinProps.Builder routeTableId(String routeTableId) Sets the value ofCfnIpPoolRouteTableAssociationMixinProps.getRouteTableId()- Parameters:
routeTableId- The ID of a route table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIpPoolRouteTableAssociationMixinProps>- Returns:
- a new instance of
CfnIpPoolRouteTableAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-