Interface BatchStopUpdateActionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<BatchStopUpdateActionRequest.Builder,,BatchStopUpdateActionRequest> ElastiCacheRequest.Builder,SdkBuilder<BatchStopUpdateActionRequest.Builder,,BatchStopUpdateActionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 BatchStopUpdateActionRequest
public static interface BatchStopUpdateActionRequest.Builder
extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<BatchStopUpdateActionRequest.Builder,BatchStopUpdateActionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncacheClusterIds(String... cacheClusterIds) The cache cluster IDscacheClusterIds(Collection<String> cacheClusterIds) The cache cluster IDsoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationGroupIds(String... replicationGroupIds) The replication group IDsreplicationGroupIds(Collection<String> replicationGroupIds) The replication group IDsserviceUpdateName(String serviceUpdateName) The unique ID of the service updateMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
replicationGroupIds
The replication group IDs
- Parameters:
 replicationGroupIds- The replication group IDs- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationGroupIds
The replication group IDs
- Parameters:
 replicationGroupIds- The replication group IDs- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cacheClusterIds
The cache cluster IDs
- Parameters:
 cacheClusterIds- The cache cluster IDs- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cacheClusterIds
The cache cluster IDs
- Parameters:
 cacheClusterIds- The cache cluster IDs- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceUpdateName
The unique ID of the service update
- Parameters:
 serviceUpdateName- The unique ID of the service update- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
BatchStopUpdateActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
BatchStopUpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -