Interface ListClustersResponse.Builder

  • Method Details

    • clusterArns

      ListClustersResponse.Builder clusterArns(Collection<String> clusterArns)

      The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.

      Parameters:
      clusterArns - The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterArns

      ListClustersResponse.Builder clusterArns(String... clusterArns)

      The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.

      Parameters:
      clusterArns - The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
      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, this value can be used 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, this value can be used 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.