Interface CidrBlockAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CidrBlockAssociation.Builder,CidrBlockAssociation>,SdkBuilder<CidrBlockAssociation.Builder,CidrBlockAssociation>,SdkPojo
- Enclosing class:
- CidrBlockAssociation
public static interface CidrBlockAssociation.Builder extends SdkPojo, CopyableBuilder<CidrBlockAssociation.Builder,CidrBlockAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrBlockAssociation.BuilderassociationId(String associationId)The association ID for the IPv4 CIDR block.CidrBlockAssociation.BuildercidrBlock(String cidrBlock)The IPv4 CIDR block.CidrBlockAssociation.BuildercidrBlockState(String cidrBlockState)Information about the state of the IPv4 CIDR block.-
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, sdkFields
-
-
-
-
Method Detail
-
associationId
CidrBlockAssociation.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
CidrBlockAssociation.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.
-
cidrBlockState
CidrBlockAssociation.Builder cidrBlockState(String cidrBlockState)
Information about the state of the IPv4 CIDR block.
- Parameters:
cidrBlockState- Information about the state of the IPv4 CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-