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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-