Interface IncreaseReplicaCountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>,ElastiCacheRequest.Builder,SdkBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- IncreaseReplicaCountRequest
public static interface IncreaseReplicaCountRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<IncreaseReplicaCountRequest.Builder,IncreaseReplicaCountRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncreaseReplicaCountRequest.BuilderapplyImmediately(Boolean applyImmediately)IfTrue, the number of replica nodes is increased immediately.IncreaseReplicaCountRequest.BuildernewReplicaCount(Integer newReplicaCount)The number of read replica nodes you want at the completion of this operation.IncreaseReplicaCountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)IncreaseReplicaCountRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)IncreaseReplicaCountRequest.BuilderreplicaConfiguration(Collection<ConfigureShard> replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.IncreaseReplicaCountRequest.BuilderreplicaConfiguration(Consumer<ConfigureShard.Builder>... replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.IncreaseReplicaCountRequest.BuilderreplicaConfiguration(ConfigureShard... replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.IncreaseReplicaCountRequest.BuilderreplicationGroupId(String replicationGroupId)The id of the replication group to which you want to add replica nodes.-
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
-
replicationGroupId
IncreaseReplicaCountRequest.Builder replicationGroupId(String replicationGroupId)
The id of the replication group to which you want to add replica nodes.
- Parameters:
replicationGroupId- The id of the replication group to which you want to add replica nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newReplicaCount
IncreaseReplicaCountRequest.Builder newReplicaCount(Integer newReplicaCount)
The number of read replica nodes you want at the completion of this operation. For Valkey or Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Valkey or Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
- Parameters:
newReplicaCount- The number of read replica nodes you want at the completion of this operation. For Valkey or Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Valkey or Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaConfiguration
IncreaseReplicaCountRequest.Builder replicaConfiguration(Collection<ConfigureShard> replicaConfiguration)
A list of
ConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. TheConfigureShardhas three members:NewReplicaCount,NodeGroupId, andPreferredAvailabilityZones.- Parameters:
replicaConfiguration- A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. TheConfigureShardhas three members:NewReplicaCount,NodeGroupId, andPreferredAvailabilityZones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaConfiguration
IncreaseReplicaCountRequest.Builder replicaConfiguration(ConfigureShard... replicaConfiguration)
A list of
ConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. TheConfigureShardhas three members:NewReplicaCount,NodeGroupId, andPreferredAvailabilityZones.- Parameters:
replicaConfiguration- A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. TheConfigureShardhas three members:NewReplicaCount,NodeGroupId, andPreferredAvailabilityZones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaConfiguration
IncreaseReplicaCountRequest.Builder replicaConfiguration(Consumer<ConfigureShard.Builder>... replicaConfiguration)
A list of
This is a convenience method that creates an instance of theConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group. TheConfigureShardhas three members:NewReplicaCount,NodeGroupId, andPreferredAvailabilityZones.ConfigureShard.Builderavoiding the need to create one manually viaConfigureShard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicaConfiguration(List.) - Parameters:
replicaConfiguration- a consumer that will call methods onConfigureShard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicaConfiguration(java.util.Collection)
-
applyImmediately
IncreaseReplicaCountRequest.Builder applyImmediately(Boolean applyImmediately)
If
True, the number of replica nodes is increased immediately.ApplyImmediately=Falseis not currently supported.- Parameters:
applyImmediately- IfTrue, the number of replica nodes is increased immediately.ApplyImmediately=Falseis not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
IncreaseReplicaCountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
IncreaseReplicaCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-