Interface BatchUpdateClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchUpdateClusterRequest.Builder,BatchUpdateClusterRequest>,MemoryDbRequest.Builder,SdkBuilder<BatchUpdateClusterRequest.Builder,BatchUpdateClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateClusterRequest
public static interface BatchUpdateClusterRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateClusterRequest.Builder,BatchUpdateClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchUpdateClusterRequest.BuilderclusterNames(String... clusterNames)The cluster names to apply the updates.BatchUpdateClusterRequest.BuilderclusterNames(Collection<String> clusterNames)The cluster names to apply the updates.BatchUpdateClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default BatchUpdateClusterRequest.BuilderserviceUpdate(Consumer<ServiceUpdateRequest.Builder> serviceUpdate)The unique ID of the service updateBatchUpdateClusterRequest.BuilderserviceUpdate(ServiceUpdateRequest serviceUpdate)The unique ID of the service update-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterNames
BatchUpdateClusterRequest.Builder clusterNames(Collection<String> clusterNames)
The cluster names to apply the updates.
- Parameters:
clusterNames- The cluster names to apply the updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterNames
BatchUpdateClusterRequest.Builder clusterNames(String... clusterNames)
The cluster names to apply the updates.
- Parameters:
clusterNames- The cluster names to apply the updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdate
BatchUpdateClusterRequest.Builder serviceUpdate(ServiceUpdateRequest serviceUpdate)
The unique ID of the service update
- Parameters:
serviceUpdate- The unique ID of the service update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdate
default 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.Builderavoiding the need to create one manually viaServiceUpdateRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceUpdate(ServiceUpdateRequest).- Parameters:
serviceUpdate- a consumer that will call methods onServiceUpdateRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceUpdate(ServiceUpdateRequest)
-
overrideConfiguration
BatchUpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-