public static interface IncreaseReplicationFactorRequest.Builder extends DAXRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
IncreaseReplicationFactorRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.IncreaseReplicationFactorRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.