public static interface BatchUpdateClusterRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateClusterRequest.Builder,BatchUpdateClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateClusterRequest.Builder |
clusterNames(Collection<String> clusterNames)
The cluster names to apply the updates.
|
BatchUpdateClusterRequest.Builder |
clusterNames(String... clusterNames)
The cluster names to apply the updates.
|
BatchUpdateClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default BatchUpdateClusterRequest.Builder |
serviceUpdate(Consumer<ServiceUpdateRequest.Builder> serviceUpdate)
The unique ID of the service update
|
BatchUpdateClusterRequest.Builder |
serviceUpdate(ServiceUpdateRequest serviceUpdate)
The unique ID of the service update
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateClusterRequest.Builder clusterNames(Collection<String> clusterNames)
The cluster names to apply the updates.
clusterNames - The cluster names to apply the updates.BatchUpdateClusterRequest.Builder clusterNames(String... clusterNames)
The cluster names to apply the updates.
clusterNames - The cluster names to apply the updates.BatchUpdateClusterRequest.Builder serviceUpdate(ServiceUpdateRequest serviceUpdate)
The unique ID of the service update
serviceUpdate - The unique ID of the service updatedefault BatchUpdateClusterRequest.Builder serviceUpdate(Consumer<ServiceUpdateRequest.Builder> serviceUpdate)
The unique ID of the service update
This is a convenience method that creates an instance of theServiceUpdateRequest.Builder avoiding
the need to create one manually via ServiceUpdateRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to serviceUpdate(ServiceUpdateRequest).serviceUpdate - a consumer that will call methods on ServiceUpdateRequest.BuilderserviceUpdate(ServiceUpdateRequest)BatchUpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.