@Generated(value="software.amazon.awssdk:codegen") public final class IncreaseReplicationFactorRequest extends DaxRequest implements ToCopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
IncreaseReplicationFactorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
availabilityZones()
The Availability Zones (AZs) in which the cluster nodes will be created.
|
static IncreaseReplicationFactorRequest.Builder |
builder() |
String |
clusterName()
The name of the DAX cluster that will receive additional nodes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Integer |
newReplicationFactor()
The new number of nodes for the DAX cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IncreaseReplicationFactorRequest.Builder> |
serializableBuilderClass() |
IncreaseReplicationFactorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the DAX cluster that will receive additional nodes.
public final Integer newReplicationFactor()
The new number of nodes for the DAX cluster.
public final boolean hasAvailabilityZones()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAvailabilityZones() to see if a value was sent in this field.
public IncreaseReplicationFactorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IncreaseReplicationFactorRequest.Builder,IncreaseReplicationFactorRequest>toBuilder in class DaxRequestpublic static IncreaseReplicationFactorRequest.Builder builder()
public static Class<? extends IncreaseReplicationFactorRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.