Interface SecondarySubnetIpv4CidrBlockAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecondarySubnetIpv4CidrBlockAssociation.Builder,,SecondarySubnetIpv4CidrBlockAssociation> SdkBuilder<SecondarySubnetIpv4CidrBlockAssociation.Builder,,SecondarySubnetIpv4CidrBlockAssociation> SdkPojo
- Enclosing class:
SecondarySubnetIpv4CidrBlockAssociation
@Mutable
@NotThreadSafe
public static interface SecondarySubnetIpv4CidrBlockAssociation.Builder
extends SdkPojo, CopyableBuilder<SecondarySubnetIpv4CidrBlockAssociation.Builder,SecondarySubnetIpv4CidrBlockAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) The association ID for the IPv4 CIDR block.The IPv4 CIDR block.The state of the CIDR block association.The state of the CIDR block association.stateReason(String stateReason) The reason for the current state of the CIDR block association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
associationId
The association ID for the IPv4 CIDR block.
- Parameters:
associationId- The association ID for the IPv4 CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrBlock
The IPv4 CIDR block.
- Parameters:
cidrBlock- The IPv4 CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the CIDR block association.
- Parameters:
state- The state of the CIDR block association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
SecondarySubnetIpv4CidrBlockAssociation.Builder state(SecondarySubnetCidrBlockAssociationState state) The state of the CIDR block association.
- Parameters:
state- The state of the CIDR block association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateReason
The reason for the current state of the CIDR block association.
- Parameters:
stateReason- The reason for the current state of the CIDR block association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-