public static interface ListClustersResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
clusterArns(Collection<String> clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
|
ListClustersResponse.Builder |
clusterArns(String... clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
|
ListClustersResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListClusters request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersResponse.Builder clusterArns(Collection<String> clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
clusterArns - The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your
account.ListClustersResponse.Builder clusterArns(String... clusterArns)
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
clusterArns - The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your
account.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.
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.Copyright © 2022. All rights reserved.