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 Details

    • 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.