@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationGroupPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationGroupPendingModifiedValues.Builder,ReplicationGroupPendingModifiedValues>
The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ReplicationGroupPendingModifiedValues.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
PendingAutomaticFailoverStatus | 
automaticFailoverStatus()
 Indicates the status of Multi-AZ with automatic failover for this Redis replication group. 
 | 
String | 
automaticFailoverStatusAsString()
 Indicates the status of Multi-AZ with automatic failover for this Redis replication group. 
 | 
static ReplicationGroupPendingModifiedValues.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
primaryClusterId()
 The primary cluster ID that is applied immediately (if  
--apply-immediately was specified), or during
 the next maintenance window. | 
ReshardingStatus | 
resharding()
 The status of an online resharding operation. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends ReplicationGroupPendingModifiedValues.Builder> | 
serializableBuilderClass()  | 
ReplicationGroupPendingModifiedValues.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String primaryClusterId()
 The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during
 the next maintenance window.
 
--apply-immediately was specified),
         or during the next maintenance window.public PendingAutomaticFailoverStatus automaticFailoverStatus()
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:
Redis versions earlier than 2.8.6.
Redis (cluster mode disabled): T1 and T2 cache node types.
Redis (cluster mode enabled): T1 node types.
 If the service returns an enum value that is not available in the current SDK version,
 automaticFailoverStatus will return PendingAutomaticFailoverStatus.UNKNOWN_TO_SDK_VERSION. The
 raw value returned by the service is available from automaticFailoverStatusAsString().
 
Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:
Redis versions earlier than 2.8.6.
Redis (cluster mode disabled): T1 and T2 cache node types.
Redis (cluster mode enabled): T1 node types.
PendingAutomaticFailoverStatuspublic String automaticFailoverStatusAsString()
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:
Redis versions earlier than 2.8.6.
Redis (cluster mode disabled): T1 and T2 cache node types.
Redis (cluster mode enabled): T1 node types.
 If the service returns an enum value that is not available in the current SDK version,
 automaticFailoverStatus will return PendingAutomaticFailoverStatus.UNKNOWN_TO_SDK_VERSION. The
 raw value returned by the service is available from automaticFailoverStatusAsString().
 
Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:
Redis versions earlier than 2.8.6.
Redis (cluster mode disabled): T1 and T2 cache node types.
Redis (cluster mode enabled): T1 node types.
PendingAutomaticFailoverStatuspublic ReshardingStatus resharding()
The status of an online resharding operation.
public ReplicationGroupPendingModifiedValues.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReplicationGroupPendingModifiedValues.Builder,ReplicationGroupPendingModifiedValues>public static ReplicationGroupPendingModifiedValues.Builder builder()
public static Class<? extends ReplicationGroupPendingModifiedValues.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.