Interface ListClustersResponse.Builder

    • Method Detail

      • nextToken

        ListClustersResponse.Builder nextToken​(String nextToken)

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.

        Parameters:
        nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusters

        ListClustersResponse.Builder clusters​(Collection<ClusterSummary> clusters)

        An array of the returned clusters.

        Parameters:
        clusters - An array of the returned clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusters

        ListClustersResponse.Builder clusters​(ClusterSummary... clusters)

        An array of the returned clusters.

        Parameters:
        clusters - An array of the returned clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.