public static interface ListClustersResponse.Builder extends DocDbElasticResponse.Builder, SdkPojo, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClustersResponse.Builder |
clusters(ClusterInList... clusters)
A list of Elastic DocumentDB cluster.
|
ListClustersResponse.Builder |
clusters(Collection<ClusterInList> clusters)
A list of Elastic DocumentDB cluster.
|
ListClustersResponse.Builder |
clusters(Consumer<ClusterInList.Builder>... clusters)
A list of Elastic DocumentDB cluster.
|
ListClustersResponse.Builder |
nextToken(String nextToken)
The response will provide a nextToken if there is more data beyond the maxResults.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClustersResponse.Builder clusters(Collection<ClusterInList> clusters)
A list of Elastic DocumentDB cluster.
clusters - A list of Elastic DocumentDB cluster.ListClustersResponse.Builder clusters(ClusterInList... clusters)
A list of Elastic DocumentDB cluster.
clusters - A list of Elastic DocumentDB cluster.ListClustersResponse.Builder clusters(Consumer<ClusterInList.Builder>... clusters)
A list of Elastic DocumentDB cluster.
This is a convenience method that creates an instance of theClusterInList.Builder avoiding the need to create
one manually via ClusterInList.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
ClusterInList.Builder#clusters(java.util.Collection) ListClustersResponse.Builder nextToken(String nextToken)
The response will provide a nextToken if there is more data beyond the maxResults.
If there is no more data in the responce, the nextToken will not be returned.
nextToken - The response will provide a nextToken if there is more data beyond the maxResults.
If there is no more data in the responce, the nextToken will not be returned.
Copyright © 2023. All rights reserved.