CopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
, SdkBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
public static interface IncreaseReplicationFactorRequest.Builder extends CopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
Modifier and Type | Method | Description |
---|---|---|
IncreaseReplicationFactorRequest.Builder |
availabilityZones(String... availabilityZones) |
The Availability Zones (AZs) in which the cluster nodes will be created.
|
IncreaseReplicationFactorRequest.Builder |
availabilityZones(Collection<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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAvailabilityZones(java.util.Collection)
or #withAvailabilityZones(java.util.Collection)
if you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.