public static interface DescribeDbClustersResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClustersResponse.Builder,DescribeDbClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClustersResponse.Builder |
dbClusters(Collection<DBCluster> dbClusters)
A list of clusters.
|
DescribeDbClustersResponse.Builder |
dbClusters(Consumer<DBCluster.Builder>... dbClusters)
A list of clusters.
|
DescribeDbClustersResponse.Builder |
dbClusters(DBCluster... dbClusters)
A list of clusters.
|
DescribeDbClustersResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbClustersResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeDbClustersResponse.Builder dbClusters(Collection<DBCluster> dbClusters)
A list of clusters.
dbClusters - A list of clusters.DescribeDbClustersResponse.Builder dbClusters(DBCluster... dbClusters)
A list of clusters.
dbClusters - A list of clusters.DescribeDbClustersResponse.Builder dbClusters(Consumer<DBCluster.Builder>... dbClusters)
A list of clusters.
This is a convenience method that creates an instance of theDBCluster.Builder avoiding the need to create one
manually via DBCluster.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dbClusters(List.
dbClusters - a consumer that will call methods on
DBCluster.Builder#dbClusters(java.util.Collection) Copyright © 2023. All rights reserved.