Interface EipAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EipAssociation.Builder,
,EipAssociation> SdkBuilder<EipAssociation.Builder,
,EipAssociation> SdkPojo
- Enclosing class:
EipAssociation
@Mutable
@NotThreadSafe
public static interface EipAssociation.Builder
extends SdkPojo, CopyableBuilder<EipAssociation.Builder,EipAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionallocationId
(String allocationId) The Elastic IP address allocation ID.associationId
(String associationId) A unique ID for the elastic IP address association with the VLAN subnet.The Elastic IP address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
associationId
A unique ID for the elastic IP address association with the VLAN subnet.
- Parameters:
associationId
- A unique ID for the elastic IP address association with the VLAN subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocationId
The Elastic IP address allocation ID.
- Parameters:
allocationId
- The Elastic IP address allocation ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The Elastic IP address.
- Parameters:
ipAddress
- The Elastic IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-