Interface ListClustersResponse.Builder

    • Method Detail

      • clusters

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

        The list of clusters for the account based on the given filters.

        Parameters:
        clusters - The list of clusters for the account based on the given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusters

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

        The list of clusters for the account based on the given filters.

        Parameters:
        clusters - The list of clusters for the account based on the given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListClustersResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.