com.amazonaws.services.elasticache.model
Class ModifyReplicationGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticache.model.ModifyReplicationGroupRequest
All Implemented Interfaces:
Serializable

public class ModifyReplicationGroupRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the ModifyReplicationGroup operation.

The ModifyReplicationGroup operation modifies the settings for a replication group.

See Also:
AmazonElastiCache.modifyReplicationGroup(ModifyReplicationGroupRequest), Serialized Form

Constructor Summary
ModifyReplicationGroupRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean 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.
 Boolean getAutoMinorVersionUpgrade()
          Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window.
 String getCacheParameterGroupName()
          The name of the cache parameter group to apply to all of the cache nodes in this replication group.
 List<String> getCacheSecurityGroupNames()
          A list of cache security group names to authorize for the clusters in this replication group.
 String getEngineVersion()
          The upgraded version of the cache engine to be run on the nodes in the replication group..
 String getNotificationTopicArn()
          The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent.
 String getNotificationTopicStatus()
          The status of the Amazon SNS notification topic for the replication group.
 String getPreferredMaintenanceWindow()
          The weekly time range (in UTC) during which replication group system maintenance can occur.
 String getPrimaryClusterId()
          If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster to the primary role.
 String getReplicationGroupDescription()
          A description for the replication group.
 String getReplicationGroupId()
          The identifier of the replication group to modify.
 List<String> getSecurityGroupIds()
          Specifies the VPC Security Groups associated with the cache clusters in the replication group.
 Integer getSnapshotRetentionLimit()
          The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them.
 String getSnapshottingClusterId()
          The cache cluster ID that will be used as the daily snapshot source for the replication group.
 String getSnapshotWindow()
          asdfasdf
 int hashCode()
           
 Boolean 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.
 Boolean isAutoMinorVersionUpgrade()
          Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window.
 void setApplyImmediately(Boolean applyImmediately)
          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.
 void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
          Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window.
 void setCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to apply to all of the cache nodes 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 nodes in the replication group..
 void setNotificationTopicArn(String notificationTopicArn)
          The Amazon Resource Name (ARN) of the 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)
          The weekly time range (in UTC) during which replication group system maintenance can occur.
 void setPrimaryClusterId(String primaryClusterId)
          If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster 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 cache cluster 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)
          asdfasdf
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ModifyReplicationGroupRequest withApplyImmediately(Boolean applyImmediately)
          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.
 ModifyReplicationGroupRequest withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
          Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window.
 ModifyReplicationGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to apply to all of the cache nodes in this replication group.
 ModifyReplicationGroupRequest withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames)
          A list of cache security group names to authorize for the clusters in this replication group.
 ModifyReplicationGroupRequest withCacheSecurityGroupNames(String... cacheSecurityGroupNames)
          A list of cache security group names to authorize for the clusters in this replication group.
 ModifyReplicationGroupRequest withEngineVersion(String engineVersion)
          The upgraded version of the cache engine to be run on the nodes in the replication group..
 ModifyReplicationGroupRequest withNotificationTopicArn(String notificationTopicArn)
          The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent.
 ModifyReplicationGroupRequest withNotificationTopicStatus(String notificationTopicStatus)
          The status of the Amazon SNS notification topic for the replication group.
 ModifyReplicationGroupRequest withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
          The weekly time range (in UTC) during which replication group system maintenance can occur.
 ModifyReplicationGroupRequest withPrimaryClusterId(String primaryClusterId)
          If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster to the primary role.
 ModifyReplicationGroupRequest withReplicationGroupDescription(String replicationGroupDescription)
          A description for the replication group.
 ModifyReplicationGroupRequest withReplicationGroupId(String replicationGroupId)
          The identifier of the replication group to modify.
 ModifyReplicationGroupRequest withSecurityGroupIds(Collection<String> securityGroupIds)
          Specifies the VPC Security Groups associated with the cache clusters in the replication group.
 ModifyReplicationGroupRequest withSecurityGroupIds(String... securityGroupIds)
          Specifies the VPC Security Groups associated with the cache clusters in the replication group.
 ModifyReplicationGroupRequest withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
          The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them.
 ModifyReplicationGroupRequest withSnapshottingClusterId(String snapshottingClusterId)
          The cache cluster ID that will be used as the daily snapshot source for the replication group.
 ModifyReplicationGroupRequest withSnapshotWindow(String snapshotWindow)
          asdfasdf
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyReplicationGroupRequest

public ModifyReplicationGroupRequest()
Method Detail

getReplicationGroupId

public String getReplicationGroupId()
The identifier of the replication group to modify.

Returns:
The identifier of the replication group to modify.

setReplicationGroupId

public void setReplicationGroupId(String replicationGroupId)
The identifier of the replication group to modify.

Parameters:
replicationGroupId - The identifier of the replication group to modify.

withReplicationGroupId

public ModifyReplicationGroupRequest withReplicationGroupId(String replicationGroupId)
The identifier of the replication group to modify.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replicationGroupId - The identifier of the replication group to modify.
Returns:
A reference to this updated object so that method calls can be chained together.

getReplicationGroupDescription

public String getReplicationGroupDescription()
A description for the replication group. Maximum length is 255 characters.

Returns:
A description for the replication group. Maximum length is 255 characters.

setReplicationGroupDescription

public void setReplicationGroupDescription(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.

withReplicationGroupDescription

public ModifyReplicationGroupRequest withReplicationGroupDescription(String replicationGroupDescription)
A description for the replication group. Maximum length is 255 characters.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replicationGroupDescription - A description for the replication group. Maximum length is 255 characters.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheSecurityGroupNames

public List<String> 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 groups 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 groups 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

public void setCacheSecurityGroupNames(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 groups 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 groups 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

public ModifyReplicationGroupRequest withCacheSecurityGroupNames(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 groups 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 reference to this object so that method calls can be chained together.

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 groups 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 reference to this updated 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 groups 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 reference to this object so that method calls can be chained together.

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 groups 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 reference to this updated object so that method calls can be chained together.

getSecurityGroupIds

public List<String> getSecurityGroupIds()
Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups 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 groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).


setSecurityGroupIds

public void setSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups 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 groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).


withSecurityGroupIds

public ModifyReplicationGroupRequest withSecurityGroupIds(String... securityGroupIds)
Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

Returns a reference to this object so that method calls can be chained together.

Parameters:
securityGroupIds - Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

Returns:
A reference to this updated object so that method calls can be chained together.

withSecurityGroupIds

public ModifyReplicationGroupRequest withSecurityGroupIds(Collection<String> securityGroupIds)
Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

Returns a reference to this object so that method calls can be chained together.

Parameters:
securityGroupIds - Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication groups containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

Returns:
A reference to this updated object so that method calls can be chained together.

getPreferredMaintenanceWindow

public String getPreferredMaintenanceWindow()
The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.

Returns:
The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.

setPreferredMaintenanceWindow

public void setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.

Parameters:
preferredMaintenanceWindow - The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.

withPreferredMaintenanceWindow

public ModifyReplicationGroupRequest withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.

Returns a reference to this object so that method calls can be chained together.

Parameters:
preferredMaintenanceWindow - The weekly time range (in UTC) during which replication group system maintenance can occur. Note that system maintenance may result in an outage. This change is made immediately. If you are moving this window to the current time, there must be at least 120 minutes between the current time and end of the window to ensure that pending changes are applied.
Returns:
A reference to this updated object so that method calls can be chained together.

getNotificationTopicArn

public String getNotificationTopicArn()
The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.

Returns:
The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.

setNotificationTopicArn

public void setNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.

Parameters:
notificationTopicArn - The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.

withNotificationTopicArn

public ModifyReplicationGroupRequest withNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.

Returns a reference to this object so that method calls can be chained together.

Parameters:
notificationTopicArn - The Amazon Resource Name (ARN) of the SNS topic to which notifications will be sent. The SNS topic owner must be same as the replication group owner.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheParameterGroupName

public String getCacheParameterGroupName()
The name of the cache parameter group to apply to all of the cache nodes 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 cache nodes 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.

setCacheParameterGroupName

public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to apply to all of the cache nodes 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 cache nodes 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

public ModifyReplicationGroupRequest withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to apply to all of the cache nodes 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 a reference to this object so that method calls can be chained together.

Parameters:
cacheParameterGroupName - The name of the cache parameter group to apply to all of the cache nodes 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:
A reference to this updated object so that method calls can be chained together.

getNotificationTopicStatus

public String 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


setNotificationTopicStatus

public void setNotificationTopicStatus(String 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

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


withNotificationTopicStatus

public ModifyReplicationGroupRequest withNotificationTopicStatus(String 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 a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

isApplyImmediately

public Boolean 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


setApplyImmediately

public void setApplyImmediately(Boolean applyImmediately)
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 - 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

public ModifyReplicationGroupRequest withApplyImmediately(Boolean applyImmediately)
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 a reference to this object so that method calls can be chained together.

Parameters:
applyImmediately - 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:
A reference to this updated object so that method calls can be chained together.

getApplyImmediately

public Boolean 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


getEngineVersion

public String getEngineVersion()
The upgraded version of the cache engine to be run on the nodes in the replication group..

Returns:
The upgraded version of the cache engine to be run on the nodes in the replication group..

setEngineVersion

public void setEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the nodes in the replication group..

Parameters:
engineVersion - The upgraded version of the cache engine to be run on the nodes in the replication group..

withEngineVersion

public ModifyReplicationGroupRequest withEngineVersion(String engineVersion)
The upgraded version of the cache engine to be run on the nodes in the replication group..

Returns a reference to this object so that method calls can be chained together.

Parameters:
engineVersion - The upgraded version of the cache engine to be run on the nodes in the replication group..
Returns:
A reference to this updated object so that method calls can be chained together.

isAutoMinorVersionUpgrade

public Boolean isAutoMinorVersionUpgrade()
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

Returns:
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

setAutoMinorVersionUpgrade

public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

Parameters:
autoMinorVersionUpgrade - Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

withAutoMinorVersionUpgrade

public ModifyReplicationGroupRequest withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

Returns a reference to this object so that method calls can be chained together.

Parameters:
autoMinorVersionUpgrade - Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.
Returns:
A reference to this updated object so that method calls can be chained together.

getAutoMinorVersionUpgrade

public Boolean getAutoMinorVersionUpgrade()
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

Returns:
Determines whether minor engine upgrades will be applied automatically to all of the cache nodes in the replication group during the maintenance window. A value of true allows these upgrades to occur; false disables automatic upgrades.

getPrimaryClusterId

public String getPrimaryClusterId()
If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster 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 each of the nodes in the specified cache cluster to the primary role. The nodes of all other clusters in the replication group will be read replicas.

setPrimaryClusterId

public void setPrimaryClusterId(String primaryClusterId)
If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster 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 each of the nodes in the specified cache cluster to the primary role. The nodes of all other clusters in the replication group will be read replicas.

withPrimaryClusterId

public ModifyReplicationGroupRequest withPrimaryClusterId(String primaryClusterId)
If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster to the primary role. The nodes of all other clusters in the replication group will be read replicas.

Returns a reference to this object so that method calls can be chained together.

Parameters:
primaryClusterId - If this parameter is specified, ElastiCache will promote each of the nodes in the specified cache cluster to the primary role. The nodes of all other clusters in the replication group will be read replicas.
Returns:
A reference to this updated object so that method calls can be chained together.

getSnapshotRetentionLimit

public Integer getSnapshotRetentionLimit()
The number of days for which ElastiCache will retain automatic cache cluster 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.

Returns:
The number of days for which ElastiCache will retain automatic cache cluster 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.

setSnapshotRetentionLimit

public void setSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which ElastiCache will retain automatic cache cluster 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.

Parameters:
snapshotRetentionLimit - The number of days for which ElastiCache will retain automatic cache cluster 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.

withSnapshotRetentionLimit

public ModifyReplicationGroupRequest withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which ElastiCache will retain automatic cache cluster 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
snapshotRetentionLimit - The number of days for which ElastiCache will retain automatic cache cluster 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.
Returns:
A reference to this updated object so that method calls can be chained together.

getSnapshotWindow

public String getSnapshotWindow()
asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster 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:
asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.


setSnapshotWindow

public void setSnapshotWindow(String snapshotWindow)
asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster 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 - asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster 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

public ModifyReplicationGroupRequest withSnapshotWindow(String snapshotWindow)
asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster 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 a reference to this object so that method calls can be chained together.

Parameters:
snapshotWindow - asdfasdf

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the cache cluster 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:
A reference to this updated object so that method calls can be chained together.

getSnapshottingClusterId

public String 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.

setSnapshottingClusterId

public void setSnapshottingClusterId(String snapshottingClusterId)
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.

withSnapshottingClusterId

public ModifyReplicationGroupRequest withSnapshottingClusterId(String snapshottingClusterId)
The cache cluster ID that will be used as the daily snapshot source for the replication group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
snapshottingClusterId - The cache cluster ID that will be used as the daily snapshot source for the replication group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.