public static interface BatchUpdateClusterResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateClusterResponse.Builder,BatchUpdateClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateClusterResponse.Builder |
processedClusters(Cluster... processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
processedClusters(Collection<Cluster> processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
processedClusters(Consumer<Cluster.Builder>... processedClusters)
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
unprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
unprocessedClusters(Consumer<UnprocessedCluster.Builder>... unprocessedClusters)
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
unprocessedClusters(UnprocessedCluster... unprocessedClusters)
The list of clusters where updates have not been applied.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateClusterResponse.Builder processedClusters(Collection<Cluster> processedClusters)
The list of clusters that have been updated.
processedClusters - The list of clusters that have been updated.BatchUpdateClusterResponse.Builder processedClusters(Cluster... processedClusters)
The list of clusters that have been updated.
processedClusters - The list of clusters that have been updated.BatchUpdateClusterResponse.Builder processedClusters(Consumer<Cluster.Builder>... processedClusters)
The list of clusters that have been updated.
This is a convenience method that creates an instance of theList.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 #processedClusters(List) .processedClusters - a consumer that will call methods on List.Builder #processedClusters(List) BatchUpdateClusterResponse.Builder unprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters)
The list of clusters where updates have not been applied.
unprocessedClusters - The list of clusters where updates have not been applied.BatchUpdateClusterResponse.Builder unprocessedClusters(UnprocessedCluster... unprocessedClusters)
The list of clusters where updates have not been applied.
unprocessedClusters - The list of clusters where updates have not been applied.BatchUpdateClusterResponse.Builder unprocessedClusters(Consumer<UnprocessedCluster.Builder>... unprocessedClusters)
The list of clusters where updates have not been applied.
This is a convenience method that creates an instance of theList.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 #unprocessedClusters(List) .unprocessedClusters - a consumer that will call methods on List.Builder #unprocessedClusters(List) Copyright © 2022. All rights reserved.