@Generated(value="software.amazon.awssdk:codegen") public final class ModifyGlobalReplicationGroupRequest extends ElastiCacheRequest implements ToCopyableBuilder<ModifyGlobalReplicationGroupRequest.Builder,ModifyGlobalReplicationGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyGlobalReplicationGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
applyImmediately()
If true, this parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication
group.
|
Boolean |
automaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary
encounters a failure.
|
static ModifyGlobalReplicationGroupRequest.Builder |
builder() |
String |
cacheNodeType()
A valid cache node type that you want to scale this Global Datastore to.
|
String |
engineVersion()
The upgraded version of the cache engine to be run on the clusters in the Global Datastore.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalReplicationGroupDescription()
A description of the Global Datastore
|
String |
globalReplicationGroupId()
The name of the Global Datastore
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyGlobalReplicationGroupRequest.Builder> |
serializableBuilderClass() |
ModifyGlobalReplicationGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String globalReplicationGroupId()
The name of the Global Datastore
public Boolean applyImmediately()
If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group. If false, changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.
public String cacheNodeType()
A valid cache node type that you want to scale this Global Datastore to.
public String engineVersion()
The upgraded version of the cache engine to be run on the clusters in the Global Datastore.
public String globalReplicationGroupDescription()
A description of the Global Datastore
public Boolean automaticFailoverEnabled()
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
public ModifyGlobalReplicationGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyGlobalReplicationGroupRequest.Builder,ModifyGlobalReplicationGroupRequest>toBuilder in class ElastiCacheRequestpublic static ModifyGlobalReplicationGroupRequest.Builder builder()
public static Class<? extends ModifyGlobalReplicationGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.