@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()
This parameter causes the modifications in this request and any pending modifications to be applied,
asynchronously and as soon as possible.
|
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 |
cacheParameterGroupName()
The name of the cache parameter group to use with the Global datastore.
|
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 final String globalReplicationGroupId()
The name of the Global datastore
public final Boolean applyImmediately()
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
public final String cacheNodeType()
A valid cache node type that you want to scale this Global datastore to.
public final String engineVersion()
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
public final String cacheParameterGroupName()
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
public final String globalReplicationGroupDescription()
A description of the Global datastore
public final 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 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 © 2023. All rights reserved.