Interface DecreaseReplicationFactorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DecreaseReplicationFactorRequest.Builder,
,DecreaseReplicationFactorRequest> DaxRequest.Builder
,SdkBuilder<DecreaseReplicationFactorRequest.Builder,
,DecreaseReplicationFactorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DecreaseReplicationFactorRequest
public static interface DecreaseReplicationFactorRequest.Builder
extends DaxRequest.Builder, SdkPojo, CopyableBuilder<DecreaseReplicationFactorRequest.Builder,DecreaseReplicationFactorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZones
(String... availabilityZones) The Availability Zone(s) from which to remove nodes.availabilityZones
(Collection<String> availabilityZones) The Availability Zone(s) from which to remove nodes.clusterName
(String clusterName) The name of the DAX cluster from which you want to remove nodes.newReplicationFactor
(Integer newReplicationFactor) The new number of nodes for the DAX cluster.nodeIdsToRemove
(String... nodeIdsToRemove) The unique identifiers of the nodes to be removed from the cluster.nodeIdsToRemove
(Collection<String> nodeIdsToRemove) The unique identifiers of the nodes to be removed from the cluster.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.dax.model.DaxRequest.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 Details
-
clusterName
The name of the DAX cluster from which you want to remove nodes.
- Parameters:
clusterName
- The name of the DAX cluster from which you want to remove nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newReplicationFactor
The new number of nodes for the DAX cluster.
- Parameters:
newReplicationFactor
- The new number of nodes for the DAX cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The Availability Zone(s) from which to remove nodes.
- Parameters:
availabilityZones
- The Availability Zone(s) from which to remove nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
The Availability Zone(s) from which to remove nodes.
- Parameters:
availabilityZones
- The Availability Zone(s) from which to remove nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeIdsToRemove
The unique identifiers of the nodes to be removed from the cluster.
- Parameters:
nodeIdsToRemove
- The unique identifiers of the nodes to be removed from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeIdsToRemove
The unique identifiers of the nodes to be removed from the cluster.
- Parameters:
nodeIdsToRemove
- The unique identifiers of the nodes to be removed from the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DecreaseReplicationFactorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DecreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-