public class ReplicationGroupPendingModifiedValues
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The settings to be applied to the replication group, either immediately or during the next maintenance window.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
automaticFailoverStatus
Indicates the status of Multi-AZ for this replication group.
|
private java.lang.String |
primaryClusterId
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
Constructor and Description |
---|
ReplicationGroupPendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
ReplicationGroupPendingModifiedValues |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutomaticFailoverStatus()
Indicates the status of Multi-AZ for this replication group.
|
java.lang.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(java.lang.String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
void |
setPrimaryClusterId(java.lang.String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
java.lang.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(java.lang.String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
ReplicationGroupPendingModifiedValues |
withPrimaryClusterId(java.lang.String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
private java.lang.String primaryClusterId
The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next
maintenance window.
private java.lang.String automaticFailoverStatus
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
public ReplicationGroupPendingModifiedValues()
public void setPrimaryClusterId(java.lang.String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--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 java.lang.String getPrimaryClusterId()
The primary cluster ID which will be 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(java.lang.String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--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 void setAutomaticFailoverStatus(java.lang.String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
automaticFailoverStatus
- Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatus
public java.lang.String getAutomaticFailoverStatus()
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatus
public ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(java.lang.String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
automaticFailoverStatus
- Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatus
public void setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
automaticFailoverStatus
- Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatus
public ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
automaticFailoverStatus
- Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
PendingAutomaticFailoverStatus
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReplicationGroupPendingModifiedValues clone()
clone
in class java.lang.Object