Class IpPoolRouteTableAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.IpPoolRouteTableAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IpPoolRouteTableAssociationReference>
- Enclosing interface:
IpPoolRouteTableAssociationReference
@Stability(Stable)
public static final class IpPoolRouteTableAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<IpPoolRouteTableAssociationReference>
A builder for
IpPoolRouteTableAssociationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociationId
(String associationId) Sets the value ofIpPoolRouteTableAssociationReference.getAssociationId()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associationId
@Stability(Stable) public IpPoolRouteTableAssociationReference.Builder associationId(String associationId) Sets the value ofIpPoolRouteTableAssociationReference.getAssociationId()
- Parameters:
associationId
- The AssociationId of the IpPoolRouteTableAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IpPoolRouteTableAssociationReference>
- Returns:
- a new instance of
IpPoolRouteTableAssociationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-