ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.clone() |
|
ModifyReplicationGroupRequest |
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 |
ModifyReplicationGroupRequest.withAutomaticFailoverEnabled(Boolean automaticFailoverEnabled) |
Whether a read replica will be automatically promoted to read/write
primary if the existing primary encounters a failure.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
This parameter is currently disabled.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withCacheNodeType(String cacheNodeType) |
A valid cache node type that you want to scale this replication group to.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group to apply to all of the clusters in
this replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) |
A list of cache security group names to authorize for the clusters in
this replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) |
A list of cache security group names to authorize for the clusters in
this replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withEngineVersion(String engineVersion) |
The upgraded version of the cache engine to be run on the cache clusters
in the replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withNotificationTopicArn(String notificationTopicArn) |
The Amazon Resource Name (ARN) of the Amazon SNS topic to which
notifications will be sent.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withNotificationTopicStatus(String notificationTopicStatus) |
The status of the Amazon SNS notification topic for the replication
group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withPrimaryClusterId(String primaryClusterId) |
If this parameter is specified, ElastiCache will promote the specified
cluster in the specified replication group to the primary role.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withReplicationGroupDescription(String replicationGroupDescription) |
A description for the replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withReplicationGroupId(String replicationGroupId) |
The identifier of the replication group to modify.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withSecurityGroupIds(String... securityGroupIds) |
Specifies the VPC Security Groups associated with the cache clusters in
the replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withSecurityGroupIds(Collection<String> securityGroupIds) |
Specifies the VPC Security Groups associated with the cache clusters in
the replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which ElastiCache will retain automatic node group
snapshots before deleting them.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withSnapshottingClusterId(String snapshottingClusterId) |
The cache cluster ID that will be used as the daily snapshot source for
the replication group.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.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.
|