@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationGroupPendingModifiedValues extends Object implements Serializable, Cloneable
The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.
| Constructor and Description | 
|---|
| ReplicationGroupPendingModifiedValues() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicationGroupPendingModifiedValues | clone() | 
| boolean | equals(Object obj) | 
| String | getAutomaticFailoverStatus()
 Indicates the status of Multi-AZ for this Redis replication group. | 
| String | getPrimaryClusterId()
 The primary cluster ID that is applied immediately (if  --apply-immediatelywas specified), or during
 the next maintenance window. | 
| int | hashCode() | 
| void | setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
 Indicates the status of Multi-AZ for this Redis replication group. | 
| void | setAutomaticFailoverStatus(String automaticFailoverStatus)
 Indicates the status of Multi-AZ for this Redis replication group. | 
| void | setPrimaryClusterId(String primaryClusterId)
 The primary cluster ID that is applied immediately (if  --apply-immediatelywas specified), or during
 the next maintenance window. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ReplicationGroupPendingModifiedValues | withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
 Indicates the status of Multi-AZ for this Redis replication group. | 
| ReplicationGroupPendingModifiedValues | withAutomaticFailoverStatus(String automaticFailoverStatus)
 Indicates the status of Multi-AZ for this Redis replication group. | 
| ReplicationGroupPendingModifiedValues | withPrimaryClusterId(String primaryClusterId)
 The primary cluster ID that is applied immediately (if  --apply-immediatelywas specified), or during
 the next maintenance window. | 
public ReplicationGroupPendingModifiedValues()
public void setPrimaryClusterId(String primaryClusterId)
 The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during
 the next maintenance window.
 
primaryClusterId - The primary cluster ID that is applied immediately (if --apply-immediately was specified), or
        during the next maintenance window.public String getPrimaryClusterId()
 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 ReplicationGroupPendingModifiedValues withPrimaryClusterId(String primaryClusterId)
 The primary cluster ID that is applied immediately (if --apply-immediately was specified), or during
 the next maintenance window.
 
primaryClusterId - The primary cluster ID that is applied immediately (if --apply-immediately was specified), or
        during the next maintenance window.public void setAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this Redis replication group.
ElastiCache Multi-AZ replication groups are not supported 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.
automaticFailoverStatus - Indicates the status of Multi-AZ for this Redis replication group. ElastiCache Multi-AZ replication groups are not supported 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 getAutomaticFailoverStatus()
Indicates the status of Multi-AZ for this Redis replication group.
ElastiCache Multi-AZ replication groups are not supported 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.
ElastiCache Multi-AZ replication groups are not supported 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 ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this Redis replication group.
ElastiCache Multi-AZ replication groups are not supported 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.
automaticFailoverStatus - Indicates the status of Multi-AZ for this Redis replication group. ElastiCache Multi-AZ replication groups are not supported 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 void setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this Redis replication group.
ElastiCache Multi-AZ replication groups are not supported 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.
automaticFailoverStatus - Indicates the status of Multi-AZ for this Redis replication group. ElastiCache Multi-AZ replication groups are not supported 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 ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this Redis replication group.
ElastiCache Multi-AZ replication groups are not supported 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.
automaticFailoverStatus - Indicates the status of Multi-AZ for this Redis replication group. ElastiCache Multi-AZ replication groups are not supported 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 toString()
toString in class ObjectObject.toString()public ReplicationGroupPendingModifiedValues clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.