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
-
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 Detail
-
clusterName
DecreaseReplicationFactorRequest.Builder clusterName(String 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
DecreaseReplicationFactorRequest.Builder newReplicationFactor(Integer 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
DecreaseReplicationFactorRequest.Builder availabilityZones(Collection<String> 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
DecreaseReplicationFactorRequest.Builder availabilityZones(String... 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
DecreaseReplicationFactorRequest.Builder nodeIdsToRemove(Collection<String> 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
DecreaseReplicationFactorRequest.Builder nodeIdsToRemove(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DecreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-