public static interface DescribeGlobalClustersResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeGlobalClustersResponse.Builder,DescribeGlobalClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResponse.Builder |
globalClusters(Collection<GlobalCluster> globalClusters)
|
DescribeGlobalClustersResponse.Builder |
globalClusters(Consumer<GlobalCluster.Builder>... globalClusters)
This is a convenience that creates an instance of the
List avoiding the need
to create one manually via List. |
DescribeGlobalClustersResponse.Builder |
globalClusters(GlobalCluster... globalClusters)
|
DescribeGlobalClustersResponse.Builder |
marker(String marker)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalClustersResponse.Builder marker(String marker)
marker - DescribeGlobalClustersResponse.Builder globalClusters(Collection<GlobalCluster> globalClusters)
globalClusters - DescribeGlobalClustersResponse.Builder globalClusters(GlobalCluster... globalClusters)
globalClusters - DescribeGlobalClustersResponse.Builder globalClusters(Consumer<GlobalCluster.Builder>... globalClusters)
List.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 #globalClusters(List) .globalClusters - a consumer that will call methods on List.Builder #globalClusters(List) Copyright © 2022. All rights reserved.