Interface BatchStopUpdateActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchStopUpdateActionRequest.Builder,BatchStopUpdateActionRequest>,ElastiCacheRequest.Builder,SdkBuilder<BatchStopUpdateActionRequest.Builder,BatchStopUpdateActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchStopUpdateActionRequest
@Mutable @NotThreadSafe 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.BuildercacheClusterIds(String... cacheClusterIds)The cache cluster IDsBatchStopUpdateActionRequest.BuildercacheClusterIds(Collection<String> cacheClusterIds)The cache cluster IDsBatchStopUpdateActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopUpdateActionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchStopUpdateActionRequest.BuilderreplicationGroupIds(String... replicationGroupIds)The replication group IDsBatchStopUpdateActionRequest.BuilderreplicationGroupIds(Collection<String> replicationGroupIds)The replication group IDsBatchStopUpdateActionRequest.BuilderserviceUpdateName(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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchStopUpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-