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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStopUpdateActionRequest.Builder
cacheClusterIds(String... cacheClusterIds)
The cache cluster IDsBatchStopUpdateActionRequest.Builder
cacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDsBatchStopUpdateActionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
BatchStopUpdateActionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
BatchStopUpdateActionRequest.Builder
replicationGroupIds(String... replicationGroupIds)
The replication group IDsBatchStopUpdateActionRequest.Builder
replicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDsBatchStopUpdateActionRequest.Builder
serviceUpdateName(String serviceUpdateName)
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.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
replicationGroupIds
BatchStopUpdateActionRequest.Builder replicationGroupIds(Collection<String> 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
BatchStopUpdateActionRequest.Builder replicationGroupIds(String... 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
BatchStopUpdateActionRequest.Builder cacheClusterIds(Collection<String> 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
BatchStopUpdateActionRequest.Builder cacheClusterIds(String... 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
BatchStopUpdateActionRequest.Builder serviceUpdateName(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
BatchStopUpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-