public static interface ListClustersResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
clusters(Cluster... clusters)
An array of the clusters in an account.
|
ListClustersResponse.Builder |
clusters(Collection<Cluster> clusters)
An array of the clusters in an account.
|
ListClustersResponse.Builder |
clusters(Consumer<Cluster.Builder>... clusters)
An array of the clusters in an account.
|
ListClustersResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersResponse.Builder clusters(Collection<Cluster> clusters)
An array of the clusters in an account.
clusters - An array of the clusters in an account.ListClustersResponse.Builder clusters(Cluster... clusters)
An array of the clusters in an account.
clusters - An array of the clusters in an account.ListClustersResponse.Builder clusters(Consumer<Cluster.Builder>... clusters)
An array of the clusters in an account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #clusters(List) .clusters - a consumer that will call methods on List.Builder #clusters(List) ListClustersResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.Copyright © 2021. All rights reserved.