Interface ModifyReplicationGroupShardConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyReplicationGroupShardConfigurationRequest.Builder,ModifyReplicationGroupShardConfigurationRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<ModifyReplicationGroupShardConfigurationRequest.Builder,ModifyReplicationGroupShardConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyReplicationGroupShardConfigurationRequest
public static interface ModifyReplicationGroupShardConfigurationRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ModifyReplicationGroupShardConfigurationRequest.Builder,ModifyReplicationGroupShardConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyReplicationGroupShardConfigurationRequest.Builder
applyImmediately(Boolean applyImmediately)
Indicates that the shard reconfiguration process begins immediately.ModifyReplicationGroupShardConfigurationRequest.Builder
nodeGroupCount(Integer nodeGroupCount)
The number of node groups (shards) that results from the modification of the shard configuration.ModifyReplicationGroupShardConfigurationRequest.Builder
nodeGroupsToRemove(String... nodeGroupsToRemove)
If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.ModifyReplicationGroupShardConfigurationRequest.Builder
nodeGroupsToRemove(Collection<String> nodeGroupsToRemove)
If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.ModifyReplicationGroupShardConfigurationRequest.Builder
nodeGroupsToRetain(String... nodeGroupsToRetain)
If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.ModifyReplicationGroupShardConfigurationRequest.Builder
nodeGroupsToRetain(Collection<String> nodeGroupsToRetain)
If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.ModifyReplicationGroupShardConfigurationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyReplicationGroupShardConfigurationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyReplicationGroupShardConfigurationRequest.Builder
replicationGroupId(String replicationGroupId)
The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the shards are to be configured.ModifyReplicationGroupShardConfigurationRequest.Builder
reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster.ModifyReplicationGroupShardConfigurationRequest.Builder
reshardingConfiguration(Consumer<ReshardingConfiguration.Builder>... reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster.ModifyReplicationGroupShardConfigurationRequest.Builder
reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster.-
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
-
replicationGroupId
ModifyReplicationGroupShardConfigurationRequest.Builder replicationGroupId(String replicationGroupId)
The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the shards are to be configured.
- Parameters:
replicationGroupId
- The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the shards are to be configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroupCount
ModifyReplicationGroupShardConfigurationRequest.Builder nodeGroupCount(Integer nodeGroupCount)
The number of node groups (shards) that results from the modification of the shard configuration.
- Parameters:
nodeGroupCount
- The number of node groups (shards) that results from the modification of the shard configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyImmediately
ModifyReplicationGroupShardConfigurationRequest.Builder applyImmediately(Boolean applyImmediately)
Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is
true
.Value: true
- Parameters:
applyImmediately
- Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter istrue
.Value: true
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reshardingConfiguration
ModifyReplicationGroupShardConfigurationRequest.Builder reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster. If the value of
NodeGroupCount
is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.You can specify this parameter only if the value of
NodeGroupCount
is greater than the current number of node groups (shards).- Parameters:
reshardingConfiguration
- Specifies the preferred availability zones for each node group in the cluster. If the value ofNodeGroupCount
is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.You can specify this parameter only if the value of
NodeGroupCount
is greater than the current number of node groups (shards).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reshardingConfiguration
ModifyReplicationGroupShardConfigurationRequest.Builder reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster. If the value of
NodeGroupCount
is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.You can specify this parameter only if the value of
NodeGroupCount
is greater than the current number of node groups (shards).- Parameters:
reshardingConfiguration
- Specifies the preferred availability zones for each node group in the cluster. If the value ofNodeGroupCount
is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.You can specify this parameter only if the value of
NodeGroupCount
is greater than the current number of node groups (shards).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reshardingConfiguration
ModifyReplicationGroupShardConfigurationRequest.Builder reshardingConfiguration(Consumer<ReshardingConfiguration.Builder>... reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster. If the value of
NodeGroupCount
is greater than the current number of node groups (shards), you can use this parameter to specify the preferred availability zones of the cluster's shards. If you omit this parameter ElastiCache selects availability zones for you.You can specify this parameter only if the value of
This is a convenience method that creates an instance of theNodeGroupCount
is greater than the current number of node groups (shards).ReshardingConfiguration.Builder
avoiding the need to create one manually viaReshardingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#reshardingConfiguration(List
.) - Parameters:
reshardingConfiguration
- a consumer that will call methods onReshardingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#reshardingConfiguration(java.util.Collection
)
-
nodeGroupsToRemove
ModifyReplicationGroupShardConfigurationRequest.Builder nodeGroupsToRemove(Collection<String> nodeGroupsToRemove)
If the value of
NodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRemove
is a list ofNodeGroupId
s to remove from the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups listed by
NodeGroupsToRemove
from the cluster.- Parameters:
nodeGroupsToRemove
- If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRemove
is a list ofNodeGroupId
s to remove from the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups listed by
NodeGroupsToRemove
from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroupsToRemove
ModifyReplicationGroupShardConfigurationRequest.Builder nodeGroupsToRemove(String... nodeGroupsToRemove)
If the value of
NodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRemove
is a list ofNodeGroupId
s to remove from the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups listed by
NodeGroupsToRemove
from the cluster.- Parameters:
nodeGroupsToRemove
- If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRemove
is a list ofNodeGroupId
s to remove from the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups listed by
NodeGroupsToRemove
from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroupsToRetain
ModifyReplicationGroupShardConfigurationRequest.Builder nodeGroupsToRetain(Collection<String> nodeGroupsToRetain)
If the value of
NodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRetain
is a list ofNodeGroupId
s to retain in the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by
NodeGroupsToRetain
from the cluster.- Parameters:
nodeGroupsToRetain
- If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRetain
is a list ofNodeGroupId
s to retain in the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by
NodeGroupsToRetain
from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroupsToRetain
ModifyReplicationGroupShardConfigurationRequest.Builder nodeGroupsToRetain(String... nodeGroupsToRetain)
If the value of
NodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRetain
is a list ofNodeGroupId
s to retain in the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by
NodeGroupsToRetain
from the cluster.- Parameters:
nodeGroupsToRetain
- If the value ofNodeGroupCount
is less than the current number of node groups (shards), then eitherNodeGroupsToRemove
orNodeGroupsToRetain
is required.NodeGroupsToRetain
is a list ofNodeGroupId
s to retain in the cluster.ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by
NodeGroupsToRetain
from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyReplicationGroupShardConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyReplicationGroupShardConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-