public static interface DescribeGlobalClustersResponse.Builder extends NeptuneResponse.Builder, SdkPojo, CopyableBuilder<DescribeGlobalClustersResponse.Builder,DescribeGlobalClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResponse.Builder |
globalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResponse.Builder |
globalClusters(Consumer<GlobalCluster.Builder>... globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResponse.Builder |
globalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResponse.Builder |
marker(String marker)
A pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalClustersResponse.Builder marker(String marker)
A pagination token. If this parameter is returned in the response, more records are available, which can be
retrieved by one or more additional calls to DescribeGlobalClusters.
marker - A pagination token. If this parameter is returned in the response, more records are available, which
can be retrieved by one or more additional calls to DescribeGlobalClusters.DescribeGlobalClustersResponse.Builder globalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
globalClusters - The list of global clusters and instances returned by this request.DescribeGlobalClustersResponse.Builder globalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
globalClusters - The list of global clusters and instances returned by this request.DescribeGlobalClustersResponse.Builder globalClusters(Consumer<GlobalCluster.Builder>... globalClusters)
The list of global clusters and instances returned by this request.
This is a convenience method that creates an instance of theGlobalCluster.Builder avoiding the need to create one
manually via GlobalCluster.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #globalClusters(List.
globalClusters - a consumer that will call methods on
GlobalCluster.Builder#globalClusters(java.util.Collection) Copyright © 2023. All rights reserved.