public static interface DecreaseReplicationFactorRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<DecreaseReplicationFactorRequest.Builder,DecreaseReplicationFactorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDecreaseReplicationFactorRequest.Builder clusterName(String clusterName)
The name of the DAX cluster from which you want to remove nodes.
clusterName - The name of the DAX cluster from which you want to remove nodes.DecreaseReplicationFactorRequest.Builder newReplicationFactor(Integer newReplicationFactor)
The new number of nodes for the DAX cluster.
newReplicationFactor - The new number of nodes for the DAX cluster.DecreaseReplicationFactorRequest.Builder availabilityZones(Collection<String> availabilityZones)
The Availability Zone(s) from which to remove nodes.
availabilityZones - The Availability Zone(s) from which to remove nodes.DecreaseReplicationFactorRequest.Builder availabilityZones(String... availabilityZones)
The Availability Zone(s) from which to remove nodes.
availabilityZones - The Availability Zone(s) from which to remove nodes.DecreaseReplicationFactorRequest.Builder nodeIdsToRemove(Collection<String> nodeIdsToRemove)
The unique identifiers of the nodes to be removed from the cluster.
nodeIdsToRemove - The unique identifiers of the nodes to be removed from the cluster.DecreaseReplicationFactorRequest.Builder nodeIdsToRemove(String... nodeIdsToRemove)
The unique identifiers of the nodes to be removed from the cluster.
nodeIdsToRemove - The unique identifiers of the nodes to be removed from the cluster.DecreaseReplicationFactorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDecreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.