Class ModifyReplicationGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a ModifyReplicationGroups action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.This parameter is currently disabled.A valid cache node type that you want to scale this replication group to.The name of the cache parameter group to apply to all of the clusters in this replication group.A list of cache security group names to authorize for the clusters in this replication group.The upgraded version of the cache engine to be run on the cache clusters in the replication group.The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.The status of the Amazon SNS notification topic for the replication group.Specifies the weekly time range during which maintenance on the cache cluster is performed.If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role.A description for the replication group.The identifier of the replication group to modify.Specifies the VPC Security Groups associated with the cache clusters in the replication group.The number of days for which ElastiCache will retain automatic node group snapshots before deleting them.The cache cluster ID that will be used as the daily snapshot source for the replication group.The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.int
hashCode()
Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.This parameter is currently disabled.void
setApplyImmediately
(Boolean applyImmediately) Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.void
setAutomaticFailoverEnabled
(Boolean automaticFailoverEnabled) Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.void
setAutoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) This parameter is currently disabled.void
setCacheNodeType
(String cacheNodeType) A valid cache node type that you want to scale this replication group to.void
setCacheParameterGroupName
(String cacheParameterGroupName) The name of the cache parameter group to apply to all of the clusters in this replication group.void
setCacheSecurityGroupNames
(Collection<String> cacheSecurityGroupNames) A list of cache security group names to authorize for the clusters in this replication group.void
setEngineVersion
(String engineVersion) The upgraded version of the cache engine to be run on the cache clusters in the replication group.void
setNotificationTopicArn
(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.void
setNotificationTopicStatus
(String notificationTopicStatus) The status of the Amazon SNS notification topic for the replication group.void
setPreferredMaintenanceWindow
(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cache cluster is performed.void
setPrimaryClusterId
(String primaryClusterId) If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role.void
setReplicationGroupDescription
(String replicationGroupDescription) A description for the replication group.void
setReplicationGroupId
(String replicationGroupId) The identifier of the replication group to modify.void
setSecurityGroupIds
(Collection<String> securityGroupIds) Specifies the VPC Security Groups associated with the cache clusters in the replication group.void
setSnapshotRetentionLimit
(Integer snapshotRetentionLimit) The number of days for which ElastiCache will retain automatic node group snapshots before deleting them.void
setSnapshottingClusterId
(String snapshottingClusterId) The cache cluster ID that will be used as the daily snapshot source for the replication group.void
setSnapshotWindow
(String snapshotWindow) The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.toString()
Returns a string representation of this object; useful for testing and debugging.withApplyImmediately
(Boolean applyImmediately) Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.withAutomaticFailoverEnabled
(Boolean automaticFailoverEnabled) Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.withAutoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) This parameter is currently disabled.withCacheNodeType
(String cacheNodeType) A valid cache node type that you want to scale this replication group to.withCacheParameterGroupName
(String cacheParameterGroupName) The name of the cache parameter group to apply to all of the clusters in this replication group.withCacheSecurityGroupNames
(String... cacheSecurityGroupNames) A list of cache security group names to authorize for the clusters in this replication group.withCacheSecurityGroupNames
(Collection<String> cacheSecurityGroupNames) A list of cache security group names to authorize for the clusters in this replication group.withEngineVersion
(String engineVersion) The upgraded version of the cache engine to be run on the cache clusters in the replication group.withNotificationTopicArn
(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.withNotificationTopicStatus
(String notificationTopicStatus) The status of the Amazon SNS notification topic for the replication group.withPreferredMaintenanceWindow
(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cache cluster is performed.withPrimaryClusterId
(String primaryClusterId) If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role.withReplicationGroupDescription
(String replicationGroupDescription) A description for the replication group.withReplicationGroupId
(String replicationGroupId) The identifier of the replication group to modify.withSecurityGroupIds
(String... securityGroupIds) Specifies the VPC Security Groups associated with the cache clusters in the replication group.withSecurityGroupIds
(Collection<String> securityGroupIds) Specifies the VPC Security Groups associated with the cache clusters in the replication group.withSnapshotRetentionLimit
(Integer snapshotRetentionLimit) The number of days for which ElastiCache will retain automatic node group snapshots before deleting them.withSnapshottingClusterId
(String snapshottingClusterId) The cache cluster ID that will be used as the daily snapshot source for the replication group.withSnapshotWindow
(String snapshotWindow) The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ModifyReplicationGroupRequest
public ModifyReplicationGroupRequest()
-
-
Method Details
-
setReplicationGroupId
The identifier of the replication group to modify.
- Parameters:
replicationGroupId
- The identifier of the replication group to modify.
-
getReplicationGroupId
The identifier of the replication group to modify.
- Returns:
- The identifier of the replication group to modify.
-
withReplicationGroupId
The identifier of the replication group to modify.
- Parameters:
replicationGroupId
- The identifier of the replication group to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationGroupDescription
A description for the replication group. Maximum length is 255 characters.
- Parameters:
replicationGroupDescription
- A description for the replication group. Maximum length is 255 characters.
-
getReplicationGroupDescription
A description for the replication group. Maximum length is 255 characters.
- Returns:
- A description for the replication group. Maximum length is 255 characters.
-
withReplicationGroupDescription
public ModifyReplicationGroupRequest withReplicationGroupDescription(String replicationGroupDescription) A description for the replication group. Maximum length is 255 characters.
- Parameters:
replicationGroupDescription
- A description for the replication group. Maximum length is 255 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPrimaryClusterId
If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.
- Parameters:
primaryClusterId
- If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.
-
getPrimaryClusterId
If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.
- Returns:
- If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.
-
withPrimaryClusterId
If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.
- Parameters:
primaryClusterId
- If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSnapshottingClusterId
The cache cluster ID that will be used as the daily snapshot source for the replication group.
- Parameters:
snapshottingClusterId
- The cache cluster ID that will be used as the daily snapshot source for the replication group.
-
getSnapshottingClusterId
The cache cluster ID that will be used as the daily snapshot source for the replication group.
- Returns:
- The cache cluster ID that will be used as the daily snapshot source for the replication group.
-
withSnapshottingClusterId
The cache cluster ID that will be used as the daily snapshot source for the replication group.
- Parameters:
snapshottingClusterId
- The cache cluster ID that will be used as the daily snapshot source for the replication group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutomaticFailoverEnabled
Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverEnabled
- Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
-
getAutomaticFailoverEnabled
Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Returns:
- Whether a read replica will be automatically promoted to
read/write primary if the existing primary encounters a
failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
-
withAutomaticFailoverEnabled
Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Parameters:
automaticFailoverEnabled
- Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.Valid values:
true
|false
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.
-
isAutomaticFailoverEnabled
Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
- Returns:
- Whether a read replica will be automatically promoted to
read/write primary if the existing primary encounters a
failure.
Valid values:
true
|false
ElastiCache Multi-AZ replication groups are not supported on:
- Redis versions earlier than 2.8.6.
- T1 and T2 cache node types.
-
getCacheSecurityGroupNames
A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.
This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
- Returns:
- A list of cache security group names to authorize for the
clusters in this replication group. This change is asynchronously
applied as soon as possible.
This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
-
setCacheSecurityGroupNames
A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.
This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
- Parameters:
cacheSecurityGroupNames
- A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
-
withCacheSecurityGroupNames
A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.
This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
NOTE: This method appends the values to the existing list (if any). Use
setCacheSecurityGroupNames(java.util.Collection)
orwithCacheSecurityGroupNames(java.util.Collection)
if you want to override the existing values.- Parameters:
cacheSecurityGroupNames
- A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheSecurityGroupNames
public ModifyReplicationGroupRequest withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.
This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
- Parameters:
cacheSecurityGroupNames
- A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).
Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSecurityGroupIds
Specifies the VPC Security Groups associated with the cache clusters in the replication group.
This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
- Returns:
- Specifies the VPC Security Groups associated with the cache
clusters in the replication group.
This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
-
setSecurityGroupIds
Specifies the VPC Security Groups associated with the cache clusters in the replication group.
This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
- Parameters:
securityGroupIds
- Specifies the VPC Security Groups associated with the cache clusters in the replication group.This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
-
withSecurityGroupIds
Specifies the VPC Security Groups associated with the cache clusters in the replication group.
This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
orwithSecurityGroupIds(java.util.Collection)
if you want to override the existing values.- Parameters:
securityGroupIds
- Specifies the VPC Security Groups associated with the cache clusters in the replication group.This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSecurityGroupIds
Specifies the VPC Security Groups associated with the cache clusters in the replication group.
This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
- Parameters:
securityGroupIds
- Specifies the VPC Security Groups associated with the cache clusters in the replication group.This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPreferredMaintenanceWindow
Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for
ddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
- Parameters:
preferredMaintenanceWindow
- Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values forddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
-
getPreferredMaintenanceWindow
Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for
ddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
- Returns:
- Specifies the weekly time range during which maintenance on the
cache cluster is performed. It is specified as a range in the
format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum
maintenance window is a 60 minute period. Valid values for
ddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
-
withPreferredMaintenanceWindow
public ModifyReplicationGroupRequest withPreferredMaintenanceWindow(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for
ddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
- Parameters:
preferredMaintenanceWindow
- Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values forddd
are:sun
mon
tue
wed
thu
fri
sat
Example:
sun:05:00-sun:09:00
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNotificationTopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the replication group owner. - Parameters:
notificationTopicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.The Amazon SNS topic owner must be same as the replication group owner.
-
getNotificationTopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the replication group owner. - Returns:
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which
notifications will be sent.
The Amazon SNS topic owner must be same as the replication group owner.
-
withNotificationTopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
The Amazon SNS topic owner must be same as the replication group owner. - Parameters:
notificationTopicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.The Amazon SNS topic owner must be same as the replication group owner. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheParameterGroupName
The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.
- Parameters:
cacheParameterGroupName
- The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.
-
getCacheParameterGroupName
The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.
- Returns:
- The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.
-
withCacheParameterGroupName
The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.
- Parameters:
cacheParameterGroupName
- The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNotificationTopicStatus
The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.
Valid values:
active
|inactive
- Parameters:
notificationTopicStatus
- The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.Valid values:
active
|inactive
-
getNotificationTopicStatus
The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.
Valid values:
active
|inactive
- Returns:
- The status of the Amazon SNS notification topic for the
replication group. Notifications are sent only if the status is
active.
Valid values:
active
|inactive
-
withNotificationTopicStatus
The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.
Valid values:
active
|inactive
- Parameters:
notificationTopicStatus
- The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.Valid values:
active
|inactive
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplyImmediately
If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
- Parameters:
applyImmediately
- Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
-
getApplyImmediately
If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
- Returns:
- If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
-
withApplyImmediately
If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
- Parameters:
applyImmediately
- Iftrue
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isApplyImmediately
If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
- Returns:
- If
true
, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.If
false
, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.Valid values:
true
|false
Default:
false
-
setEngineVersion
The upgraded version of the cache engine to be run on the cache clusters in the replication group.
Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
- Parameters:
engineVersion
- The upgraded version of the cache engine to be run on the cache clusters in the replication group.Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
-
getEngineVersion
The upgraded version of the cache engine to be run on the cache clusters in the replication group.
Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
- Returns:
- The upgraded version of the cache engine to be run on the cache
clusters in the replication group.
Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
-
withEngineVersion
The upgraded version of the cache engine to be run on the cache clusters in the replication group.
Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
- Parameters:
engineVersion
- The upgraded version of the cache engine to be run on the cache clusters in the replication group.Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutoMinorVersionUpgrade
This parameter is currently disabled.
- Parameters:
autoMinorVersionUpgrade
- This parameter is currently disabled.
-
getAutoMinorVersionUpgrade
This parameter is currently disabled.
- Returns:
- This parameter is currently disabled.
-
withAutoMinorVersionUpgrade
This parameter is currently disabled.
- Parameters:
autoMinorVersionUpgrade
- This parameter is currently disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoMinorVersionUpgrade
This parameter is currently disabled.
- Returns:
- This parameter is currently disabled.
-
setSnapshotRetentionLimit
The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.
Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.- Parameters:
snapshotRetentionLimit
- The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.
-
getSnapshotRetentionLimit
The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.
Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.- Returns:
- The number of days for which ElastiCache will retain automatic
node group snapshots before deleting them. For example, if you
set SnapshotRetentionLimit to 5, then a snapshot that was
taken today will be retained for 5 days before being deleted.
Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.
-
withSnapshotRetentionLimit
The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.
Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.- Parameters:
snapshotRetentionLimit
- The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.Important
If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSnapshotWindow
The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.
Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
- Parameters:
snapshotWindow
- The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
-
getSnapshotWindow
The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.
Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
- Returns:
- The daily time range (in UTC) during which ElastiCache will begin
taking a daily snapshot of the node group specified by
SnapshottingClusterId.
Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
-
withSnapshotWindow
The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.
Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
- Parameters:
snapshotWindow
- The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.Example:
05:00-09:00
If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheNodeType
A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the
ListAllowedCacheNodeTypeModification
action.- Parameters:
cacheNodeType
- A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by theListAllowedCacheNodeTypeModification
action.
-
getCacheNodeType
A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the
ListAllowedCacheNodeTypeModification
action.- Returns:
- A valid cache node type that you want to scale this replication
group to. The value of this parameter must be one of the
ScaleUpModifications values returned by the
ListAllowedCacheNodeTypeModification
action.
-
withCacheNodeType
A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the
ListAllowedCacheNodeTypeModification
action.- Parameters:
cacheNodeType
- A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by theListAllowedCacheNodeTypeModification
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-