Class ReplicationGroupPendingModifiedValues
- All Implemented Interfaces:
Serializable
,Cloneable
The settings to be applied to the replication group, either immediately or during the next maintenance window.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates the status of Multi-AZ for this replication group.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.toString()
Returns a string representation of this object; useful for testing and debugging.withAutomaticFailoverStatus
(PendingAutomaticFailoverStatus automaticFailoverStatus) Indicates the status of Multi-AZ for this replication group.withAutomaticFailoverStatus
(String automaticFailoverStatus) Indicates the status of Multi-AZ for this replication group.withPrimaryClusterId
(String primaryClusterId) The primary cluster ID which will be applied immediately (if--apply-immediately
was specified), or during the next maintenance window.
-
Constructor Details
-
ReplicationGroupPendingModifiedValues
public ReplicationGroupPendingModifiedValues()
-
-
Method Details
-
setPrimaryClusterId
The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next maintenance window.- Parameters:
primaryClusterId
- The primary cluster ID which will be applied immediately (if--apply-immediately
was specified), or during the next maintenance window.
-
getPrimaryClusterId
The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next maintenance window.- Returns:
- The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next maintenance window.
-
withPrimaryClusterId
The primary cluster ID which will be applied immediately (if
--apply-immediately
was specified), or during the next maintenance window.- Parameters:
primaryClusterId
- The primary cluster ID which will be applied immediately (if--apply-immediately
was specified), or during the next maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutomaticFailoverStatus
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:
-
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:
-
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:
-
setAutomaticFailoverStatus
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:
-
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:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-