CreateReplicationGroupRequest |
CreateReplicationGroupRequest.clone() |
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withAutomaticFailoverEnabled(Boolean automaticFailoverEnabled) |
Specifies whether a read-only replica will be automatically promoted to
read/write primary if the existing primary fails.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
This parameter is currently disabled.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withCacheNodeType(String cacheNodeType) |
The compute and memory capacity of the nodes in the node group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName) |
The name of the parameter group to associate with this replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) |
A list of cache security group names to associate with this replication
group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) |
A list of cache security group names to associate with this replication
group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withCacheSubnetGroupName(String cacheSubnetGroupName) |
The name of the cache subnet group to be used for the replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withEngine(String engine) |
The name of the cache engine to be used for the cache clusters in this
replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withEngineVersion(String engineVersion) |
The version number of the cache engine to be used for the cache clusters
in this replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withNotificationTopicArn(String notificationTopicArn) |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(SNS) topic to which notifications will be sent.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withNumCacheClusters(Integer numCacheClusters) |
The number of cache clusters this replication group will initially have.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withPort(Integer port) |
The port number on which each member of the replication group will accept
connections.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withPreferredCacheClusterAZs(String... preferredCacheClusterAZs) |
A list of EC2 availability zones in which the replication group's cache
clusters will be created.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withPreferredCacheClusterAZs(Collection<String> preferredCacheClusterAZs) |
A list of EC2 availability zones in which the replication group's cache
clusters will be created.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withPrimaryClusterId(String primaryClusterId) |
The identifier of the cache cluster that will serve as the primary for
this replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withReplicationGroupDescription(String replicationGroupDescription) |
A user-created description for the replication group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withReplicationGroupId(String replicationGroupId) |
The replication group identifier.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSecurityGroupIds(String... securityGroupIds) |
One or more Amazon VPC security groups associated with this replication
group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSecurityGroupIds(Collection<String> securityGroupIds) |
One or more Amazon VPC security groups associated with this replication
group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSnapshotArns(String... snapshotArns) |
A single-element string list containing an Amazon Resource Name (ARN)
that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSnapshotArns(Collection<String> snapshotArns) |
A single-element string list containing an Amazon Resource Name (ARN)
that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSnapshotName(String snapshotName) |
The name of a snapshot from which to restore data into the new node
group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which ElastiCache will retain automatic snapshots
before deleting them.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withSnapshotWindow(String snapshotWindow) |
The daily time range (in UTC) during which ElastiCache will begin taking
a daily snapshot of your node group.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTags(Tag... tags) |
A list of cost allocation tags to be added to this resource.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTags(Collection<Tag> tags) |
A list of cost allocation tags to be added to this resource.
|