static BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.builder() |
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Collection<Cluster> processedClusters) |
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Consumer<Cluster.Builder>... processedClusters) |
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.processedClusters(Cluster... processedClusters) |
The list of clusters that have been updated.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.toBuilder() |
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(Collection<UnprocessedCluster> unprocessedClusters) |
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(Consumer<UnprocessedCluster.Builder>... unprocessedClusters) |
The list of clusters where updates have not been applied.
|
BatchUpdateClusterResponse.Builder |
BatchUpdateClusterResponse.Builder.unprocessedClusters(UnprocessedCluster... unprocessedClusters) |
The list of clusters where updates have not been applied.
|