public class ReplicationGroupPendingModifiedValues extends Object implements Serializable, Cloneable
The settings to be applied to the 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 replication group.
|
String |
getPrimaryClusterId()
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
int |
hashCode() |
void |
setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
void |
setAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
void |
setPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediately was 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 replication group.
|
ReplicationGroupPendingModifiedValues |
withAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
ReplicationGroupPendingModifiedValues |
withPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
public ReplicationGroupPendingModifiedValues()
public String getPrimaryClusterId()
--apply-immediately was specified), or during the next
maintenance window.--apply-immediately was specified), or during the next
maintenance window.public void setPrimaryClusterId(String primaryClusterId)
--apply-immediately was specified), or during the next
maintenance window.primaryClusterId - The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window.public ReplicationGroupPendingModifiedValues withPrimaryClusterId(String primaryClusterId)
--apply-immediately was specified), or during the next
maintenance window.
Returns a reference to this object so that method calls can be chained together.
primaryClusterId - The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window.public String getAutomaticFailoverStatus()
ElastiCache Multi-AZ replication groups are not supported on:
Constraints:
Allowed Values: enabled, disabled
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatuspublic void setAutomaticFailoverStatus(String automaticFailoverStatus)
ElastiCache Multi-AZ replication groups are not supported on:
Constraints:
Allowed Values: enabled, disabled
automaticFailoverStatus - Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatuspublic ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(String automaticFailoverStatus)
ElastiCache Multi-AZ replication groups are not supported on:
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: enabled, disabled
automaticFailoverStatus - Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatuspublic void setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
ElastiCache Multi-AZ replication groups are not supported on:
Constraints:
Allowed Values: enabled, disabled
automaticFailoverStatus - Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatuspublic ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
ElastiCache Multi-AZ replication groups are not supported on:
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: enabled, disabled
automaticFailoverStatus - Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatuspublic String toString()
toString in class ObjectObject.toString()public ReplicationGroupPendingModifiedValues clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.