Interface Ipv6Pool.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ipv6Pool.Builder,Ipv6Pool>, SdkBuilder<Ipv6Pool.Builder,Ipv6Pool>, SdkPojo
Enclosing class:
Ipv6Pool

public static interface Ipv6Pool.Builder extends SdkPojo, CopyableBuilder<Ipv6Pool.Builder,Ipv6Pool>
  • Method Details

    • poolId

      Ipv6Pool.Builder poolId(String poolId)

      The ID of the address pool.

      Parameters:
      poolId - The ID of the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Ipv6Pool.Builder description(String description)

      The description for the address pool.

      Parameters:
      description - The description for the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolCidrBlocks

      Ipv6Pool.Builder poolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)

      The CIDR blocks for the address pool.

      Parameters:
      poolCidrBlocks - The CIDR blocks for the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolCidrBlocks

      Ipv6Pool.Builder poolCidrBlocks(PoolCidrBlock... poolCidrBlocks)

      The CIDR blocks for the address pool.

      Parameters:
      poolCidrBlocks - The CIDR blocks for the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • poolCidrBlocks

      Ipv6Pool.Builder poolCidrBlocks(Consumer<PoolCidrBlock.Builder>... poolCidrBlocks)

      The CIDR blocks for the address pool.

      This is a convenience method that creates an instance of the PoolCidrBlock.Builder avoiding the need to create one manually via PoolCidrBlock.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to poolCidrBlocks(List<PoolCidrBlock>).

      Parameters:
      poolCidrBlocks - a consumer that will call methods on PoolCidrBlock.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      Any tags for the address pool.

      Parameters:
      tags - Any tags for the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Ipv6Pool.Builder tags(Tag... tags)

      Any tags for the address pool.

      Parameters:
      tags - Any tags for the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags for the address pool.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: