Interface DescribePoolsResponse.Builder

    • Method Detail

      • pools

        DescribePoolsResponse.Builder pools​(Collection<PoolInformation> pools)

        An array of PoolInformation objects that contain the details for the requested pools.

        Parameters:
        pools - An array of PoolInformation objects that contain the details for the requested pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pools

        DescribePoolsResponse.Builder pools​(PoolInformation... pools)

        An array of PoolInformation objects that contain the details for the requested pools.

        Parameters:
        pools - An array of PoolInformation objects that contain the details for the requested pools.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePoolsResponse.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. If this field is empty then there are no more results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.