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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecondarySubnetIpv4CidrBlockAssociation.BuilderassociationId(String associationId)The association ID for the IPv4 CIDR block.SecondarySubnetIpv4CidrBlockAssociation.BuildercidrBlock(String cidrBlock)The IPv4 CIDR block.SecondarySubnetIpv4CidrBlockAssociation.Builderstate(String state)The state of the CIDR block association.SecondarySubnetIpv4CidrBlockAssociation.Builderstate(SecondarySubnetCidrBlockAssociationState state)The state of the CIDR block association.SecondarySubnetIpv4CidrBlockAssociation.BuilderstateReason(String stateReason)The reason for the current state of the CIDR block association.-
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 Detail
-
associationId
SecondarySubnetIpv4CidrBlockAssociation.Builder associationId(String 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
SecondarySubnetIpv4CidrBlockAssociation.Builder cidrBlock(String 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
SecondarySubnetIpv4CidrBlockAssociation.Builder state(String 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:
SecondarySubnetCidrBlockAssociationState,SecondarySubnetCidrBlockAssociationState
-
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:
SecondarySubnetCidrBlockAssociationState,SecondarySubnetCidrBlockAssociationState
-
stateReason
SecondarySubnetIpv4CidrBlockAssociation.Builder stateReason(String 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.
-
-