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 theCluster.Builder avoiding the need to create one
manually via Cluster.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #processedClusters(List.
processedClusters - a consumer that will call methods on
Cluster.Builder#processedClusters(java.util.Collection) 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 theUnprocessedCluster.Builder avoiding the need to create
one manually via UnprocessedCluster.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedClusters(List.
unprocessedClusters - a consumer that will call methods on
UnprocessedCluster.Builder#unprocessedClusters(java.util.Collection) Copyright © 2022. All rights reserved.