Interface SecondaryNetworkIpv4CidrBlockAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecondaryNetworkIpv4CidrBlockAssociation.Builder,SecondaryNetworkIpv4CidrBlockAssociation>,SdkBuilder<SecondaryNetworkIpv4CidrBlockAssociation.Builder,SecondaryNetworkIpv4CidrBlockAssociation>,SdkPojo
- Enclosing class:
- SecondaryNetworkIpv4CidrBlockAssociation
@Mutable @NotThreadSafe public static interface SecondaryNetworkIpv4CidrBlockAssociation.Builder extends SdkPojo, CopyableBuilder<SecondaryNetworkIpv4CidrBlockAssociation.Builder,SecondaryNetworkIpv4CidrBlockAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecondaryNetworkIpv4CidrBlockAssociation.BuilderassociationId(String associationId)The association ID for the IPv4 CIDR block.SecondaryNetworkIpv4CidrBlockAssociation.BuildercidrBlock(String cidrBlock)The IPv4 CIDR block.SecondaryNetworkIpv4CidrBlockAssociation.Builderstate(String state)The state of the CIDR block association.SecondaryNetworkIpv4CidrBlockAssociation.Builderstate(SecondaryNetworkCidrBlockAssociationState state)The state of the CIDR block association.SecondaryNetworkIpv4CidrBlockAssociation.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
SecondaryNetworkIpv4CidrBlockAssociation.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
SecondaryNetworkIpv4CidrBlockAssociation.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
SecondaryNetworkIpv4CidrBlockAssociation.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:
SecondaryNetworkCidrBlockAssociationState,SecondaryNetworkCidrBlockAssociationState
-
state
SecondaryNetworkIpv4CidrBlockAssociation.Builder state(SecondaryNetworkCidrBlockAssociationState 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:
SecondaryNetworkCidrBlockAssociationState,SecondaryNetworkCidrBlockAssociationState
-
stateReason
SecondaryNetworkIpv4CidrBlockAssociation.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.
-
-