Interface GetIpamPoolAllocationsResponse.Builder

    • Method Detail

      • ipamPoolAllocations

        GetIpamPoolAllocationsResponse.Builder ipamPoolAllocations​(Collection<IpamPoolAllocation> ipamPoolAllocations)

        The IPAM pool allocations you want information on.

        Parameters:
        ipamPoolAllocations - The IPAM pool allocations you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPoolAllocations

        GetIpamPoolAllocationsResponse.Builder ipamPoolAllocations​(IpamPoolAllocation... ipamPoolAllocations)

        The IPAM pool allocations you want information on.

        Parameters:
        ipamPoolAllocations - The IPAM pool allocations you want information on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetIpamPoolAllocationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.