Interface DescribeIpv6PoolsResponse.Builder

    • Method Detail

      • ipv6Pools

        DescribeIpv6PoolsResponse.Builder ipv6Pools​(Collection<Ipv6Pool> ipv6Pools)

        Information about the IPv6 address pools.

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

        DescribeIpv6PoolsResponse.Builder ipv6Pools​(Ipv6Pool... ipv6Pools)

        Information about the IPv6 address pools.

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

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