Interface DescribePublicIpv4PoolsResponse.Builder

    • Method Detail

      • publicIpv4Pools

        DescribePublicIpv4PoolsResponse.Builder publicIpv4Pools​(Collection<PublicIpv4Pool> publicIpv4Pools)

        Information about the address pools.

        Parameters:
        publicIpv4Pools - Information about the address pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicIpv4Pools

        DescribePublicIpv4PoolsResponse.Builder publicIpv4Pools​(PublicIpv4Pool... publicIpv4Pools)

        Information about the address pools.

        Parameters:
        publicIpv4Pools - Information about the address pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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