Interface IpamPoolAllocation.Builder

    • Method Detail

      • cidr

        IpamPoolAllocation.Builder cidr​(String 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.
      • 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.