Interface ListClustersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>, EksResponse.Builder, SdkBuilder<ListClustersResponse.Builder,ListClustersResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListClustersResponse

public static interface ListClustersResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
  • Method Details

    • 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.