Interface DescribeCoipPoolsResponse.Builder

    • Method Detail

      • coipPools

        DescribeCoipPoolsResponse.Builder coipPools​(Collection<CoipPool> coipPools)

        Information about the address pools.

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

        DescribeCoipPoolsResponse.Builder coipPools​(CoipPool... coipPools)

        Information about the address pools.

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

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