Class ReplicationGroupPendingModifiedValues
- java.lang.Object
-
- com.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues
-
- All Implemented Interfaces:
Serializable,Cloneable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplicationGroupPendingModifiedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicationGroupPendingModifiedValuesclone()booleanequals(Object obj)StringgetAutomaticFailoverStatus()Indicates the status of Multi-AZ for this replication group.StringgetPrimaryClusterId()The primary cluster ID which will be applied immediately (if--apply-immediatelywas specified), or during the next maintenance window.inthashCode()voidsetAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.voidsetAutomaticFailoverStatus(String automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.voidsetPrimaryClusterId(String primaryClusterId)The primary cluster ID which will be applied immediately (if--apply-immediatelywas specified), or during the next maintenance window.StringtoString()Returns a string representation of this object; useful for testing and debugging.ReplicationGroupPendingModifiedValueswithAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValueswithAutomaticFailoverStatus(String automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValueswithPrimaryClusterId(String primaryClusterId)The primary cluster ID which will be applied immediately (if--apply-immediatelywas specified), or during the next maintenance window.
-
-
-
Method Detail
-
setPrimaryClusterId
public void setPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediatelywas specified), or during the next maintenance window.- Parameters:
primaryClusterId- The primary cluster ID which will be applied immediately (if--apply-immediatelywas specified), or during the next maintenance window.
-
getPrimaryClusterId
public String getPrimaryClusterId()
The primary cluster ID which will be applied immediately (if
--apply-immediatelywas specified), or during the next maintenance window.- Returns:
- The primary cluster ID which will be applied immediately (if
--apply-immediatelywas specified), or during the next maintenance window.
-
withPrimaryClusterId
public ReplicationGroupPendingModifiedValues withPrimaryClusterId(String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediatelywas specified), or during the next maintenance window.- Parameters:
primaryClusterId- The primary cluster ID which will be applied immediately (if--apply-immediatelywas specified), or during the next maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutomaticFailoverStatus
public void setAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverStatus- Indicates the status of Multi-AZ for this replication group.ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- See Also:
PendingAutomaticFailoverStatus
-
getAutomaticFailoverStatus
public String getAutomaticFailoverStatus()
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Returns:
- Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- See Also:
PendingAutomaticFailoverStatus
-
withAutomaticFailoverStatus
public ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverStatus- Indicates the status of Multi-AZ for this replication group.ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PendingAutomaticFailoverStatus
-
setAutomaticFailoverStatus
public void setAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverStatus- Indicates the status of Multi-AZ for this replication group.ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- See Also:
PendingAutomaticFailoverStatus
-
withAutomaticFailoverStatus
public ReplicationGroupPendingModifiedValues withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverStatus- Indicates the status of Multi-AZ for this replication group.ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PendingAutomaticFailoverStatus
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ReplicationGroupPendingModifiedValues clone()
-
-