Interface BatchApplyUpdateActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchApplyUpdateActionRequest.Builder,BatchApplyUpdateActionRequest>,ElastiCacheRequest.Builder,SdkBuilder<BatchApplyUpdateActionRequest.Builder,BatchApplyUpdateActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchApplyUpdateActionRequest
public static interface BatchApplyUpdateActionRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<BatchApplyUpdateActionRequest.Builder,BatchApplyUpdateActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchApplyUpdateActionRequest.BuildercacheClusterIds(String... cacheClusterIds)The cache cluster IDsBatchApplyUpdateActionRequest.BuildercacheClusterIds(Collection<String> cacheClusterIds)The cache cluster IDsBatchApplyUpdateActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchApplyUpdateActionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchApplyUpdateActionRequest.BuilderreplicationGroupIds(String... replicationGroupIds)The replication group IDsBatchApplyUpdateActionRequest.BuilderreplicationGroupIds(Collection<String> replicationGroupIds)The replication group IDsBatchApplyUpdateActionRequest.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, sdkFields
-
-
-
-
Method Detail
-
replicationGroupIds
BatchApplyUpdateActionRequest.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
BatchApplyUpdateActionRequest.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
BatchApplyUpdateActionRequest.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
BatchApplyUpdateActionRequest.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
BatchApplyUpdateActionRequest.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
BatchApplyUpdateActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchApplyUpdateActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-