Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DecreaseReplicationFactorRequest.Builder,DecreaseReplicationFactorRequest>
@Generated("software.amazon.awssdk:codegen") public class DecreaseReplicationFactorRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DecreaseReplicationFactorRequest.Builder,DecreaseReplicationFactorRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DecreaseReplicationFactorRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
availabilityZones() |
The Availability Zone(s) from which to remove nodes.
|
static DecreaseReplicationFactorRequest.Builder |
builder() |
|
String |
clusterName() |
The name of the DAX cluster from which you want to remove nodes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
newReplicationFactor() |
The new number of nodes for the DAX cluster.
|
List<String> |
nodeIdsToRemove() |
The unique identifiers of the nodes to be removed from the cluster.
|
static Class<? extends DecreaseReplicationFactorRequest.Builder> |
serializableBuilderClass() |
|
DecreaseReplicationFactorRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterName()
The name of the DAX cluster from which you want to remove nodes.
public Integer newReplicationFactor()
The new number of nodes for the DAX cluster.
public List<String> availabilityZones()
The Availability Zone(s) from which to remove nodes.
public List<String> nodeIdsToRemove()
The unique identifiers of the nodes to be removed from the cluster.
public DecreaseReplicationFactorRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DecreaseReplicationFactorRequest.Builder,DecreaseReplicationFactorRequest>
public static DecreaseReplicationFactorRequest.Builder builder()
public static Class<? extends DecreaseReplicationFactorRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.