Interface ListClustersResponse.Builder

    • Method Detail

      • clusters

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

        A list of all of the clusters for your account in the specified Region.

        Parameters:
        clusters - A list of all of the clusters for your account in the specified Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusters

        ListClustersResponse.Builder clusters​(String... clusters)

        A list of all of the clusters for your account in the specified Region.

        Parameters:
        clusters - A list of all of the clusters for your account in the specified Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListClustersResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListClusters request. When the results of a ListClusters request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListClusters request. When the results of a ListClusters request exceed maxResults, you can use this value 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.