public static interface IncreaseReplicationFactorRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
Modifier and Type | Method and Description |
---|---|
IncreaseReplicationFactorRequest.Builder |
availabilityZones(Collection<String> availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will be created.
|
IncreaseReplicationFactorRequest.Builder |
availabilityZones(String... availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will be created.
|
IncreaseReplicationFactorRequest.Builder |
clusterName(String clusterName)
The name of the DAX cluster that will receive additional nodes.
|
IncreaseReplicationFactorRequest.Builder |
newReplicationFactor(Integer newReplicationFactor)
The new number of nodes for the DAX cluster.
|
IncreaseReplicationFactorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
IncreaseReplicationFactorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
IncreaseReplicationFactorRequest.Builder clusterName(String clusterName)
The name of the DAX cluster that will receive additional nodes.
clusterName
- The name of the DAX cluster that will receive additional nodes.IncreaseReplicationFactorRequest.Builder newReplicationFactor(Integer newReplicationFactor)
The new number of nodes for the DAX cluster.
newReplicationFactor
- The new number of nodes for the DAX cluster.IncreaseReplicationFactorRequest.Builder availabilityZones(Collection<String> availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
availabilityZones
- The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the
cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes
across multiple AZs.IncreaseReplicationFactorRequest.Builder availabilityZones(String... availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
availabilityZones
- The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the
cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes
across multiple AZs.IncreaseReplicationFactorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.IncreaseReplicationFactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.