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 method that creates an instance of theCluster.Builder avoiding the need
to create one manually via
Cluster.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #clusters(List.
clusters - a consumer that will call methods on
Cluster.Builder#clusters(java.util.Collection) 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 © 2022. All rights reserved.