CreateCacheClusterRequest |
CreateCacheClusterRequest.clone() |
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
This parameter is currently disabled.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withAZMode(AZMode aZMode) |
Specifies whether the nodes in this Memcached node group are created in a
single Availability Zone or created across multiple Availability Zones in
the cluster's region.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withAZMode(String aZMode) |
Specifies whether the nodes in this Memcached node group are created in a
single Availability Zone or created across multiple Availability Zones in
the cluster's region.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheClusterId(String cacheClusterId) |
The node group identifier.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheNodeType(String cacheNodeType) |
The compute and memory capacity of the nodes in the node group.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheParameterGroupName(String cacheParameterGroupName) |
The name of the parameter group to associate with this cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) |
A list of security group names to associate with this cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) |
A list of security group names to associate with this cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withCacheSubnetGroupName(String cacheSubnetGroupName) |
The name of the subnet group to be used for the cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withEngine(String engine) |
The name of the cache engine to be used for this cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withEngineVersion(String engineVersion) |
The version number of the cache engine to be used for this cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withNotificationTopicArn(String notificationTopicArn) |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(SNS) topic to which notifications will be sent.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withNumCacheNodes(Integer numCacheNodes) |
The initial number of cache nodes that the cache cluster will have.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withPort(Integer port) |
The port number on which each of the cache nodes will accept connections.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withPreferredAvailabilityZone(String preferredAvailabilityZone) |
The EC2 Availability Zone in which the cache cluster will be created.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withPreferredAvailabilityZones(String... preferredAvailabilityZones) |
A list of the Availability Zones in which cache nodes will be created.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withPreferredAvailabilityZones(Collection<String> preferredAvailabilityZones) |
A list of the Availability Zones in which cache nodes will be created.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withReplicationGroupId(String replicationGroupId) |
The ID of the replication group to which this cache cluster should
belong.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withSecurityGroupIds(String... securityGroupIds) |
One or more VPC security groups associated with the cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds) |
One or more VPC security groups associated with the cache cluster.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.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.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.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.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withSnapshotName(String snapshotName) |
The name of a snapshot from which to restore data into the new node
group.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which ElastiCache will retain automatic snapshots
before deleting them.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withSnapshotWindow(String snapshotWindow) |
The daily time range (in UTC) during which ElastiCache will begin taking
a daily snapshot of your node group.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withTags(Tag... tags) |
A list of cost allocation tags to be added to this resource.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withTags(Collection<Tag> tags) |
A list of cost allocation tags to be added to this resource.
|