Interface IpamPoolAllocation.Builder

  • Method Details

    • cidr

      The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

      Parameters:
      cidr - The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipamPoolAllocationId

      IpamPoolAllocation.Builder ipamPoolAllocationId(String ipamPoolAllocationId)

      The ID of an allocation.

      Parameters:
      ipamPoolAllocationId - The ID of an allocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      IpamPoolAllocation.Builder description(String description)

      A description of the pool allocation.

      Parameters:
      description - A description of the pool allocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      IpamPoolAllocation.Builder resourceId(String resourceId)

      The ID of the resource.

      Parameters:
      resourceId - The ID of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      IpamPoolAllocation.Builder resourceType(String resourceType)

      The type of the resource.

      Parameters:
      resourceType - The type of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The type of the resource.

      Parameters:
      resourceType - The type of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceRegion

      IpamPoolAllocation.Builder resourceRegion(String resourceRegion)

      The Amazon Web Services Region of the resource.

      Parameters:
      resourceRegion - The Amazon Web Services Region of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceOwner

      IpamPoolAllocation.Builder resourceOwner(String resourceOwner)

      The owner of the resource.

      Parameters:
      resourceOwner - The owner of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags for the IPAM pool allocation.

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

      The tags for the IPAM pool allocation.

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

      The tags for the IPAM pool allocation.

      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: