CacheCluster |
CacheCluster.clone() |
|
CacheCluster |
CacheCluster.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
This parameter is currently disabled.
|
CacheCluster |
CacheCluster.withCacheClusterCreateTime(Date cacheClusterCreateTime) |
The date and time when the cache cluster was created.
|
CacheCluster |
CacheCluster.withCacheClusterId(String cacheClusterId) |
The user-supplied identifier of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheClusterStatus(String cacheClusterStatus) |
The current state of this cache cluster, one of the following values:
available, creating, deleted, deleting,
incompatible-network, modifying, rebooting cache cluster
nodes, restore-failed, or snapshotting.
|
CacheCluster |
CacheCluster.withCacheNodes(CacheNode... cacheNodes) |
A list of cache nodes that are members of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheNodes(Collection<CacheNode> cacheNodes) |
A list of cache nodes that are members of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheNodeType(String cacheNodeType) |
The name of the compute and memory capacity node type for the cache
cluster.
|
CacheCluster |
CacheCluster.withCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup) |
|
CacheCluster |
CacheCluster.withCacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups) |
A list of cache security group elements, composed of name and status
sub-elements.
|
CacheCluster |
CacheCluster.withCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups) |
A list of cache security group elements, composed of name and status
sub-elements.
|
CacheCluster |
CacheCluster.withCacheSubnetGroupName(String cacheSubnetGroupName) |
The name of the cache subnet group associated with the cache cluster.
|
CacheCluster |
CacheCluster.withClientDownloadLandingPage(String clientDownloadLandingPage) |
The URL of the web page where you can download the latest ElastiCache
client library.
|
CacheCluster |
CacheCluster.withConfigurationEndpoint(Endpoint configurationEndpoint) |
|
CacheCluster |
CacheCluster.withEngine(String engine) |
The name of the cache engine (memcached or redis) to be
used for this cache cluster.
|
CacheCluster |
CacheCluster.withEngineVersion(String engineVersion) |
The version of the cache engine that is used in this cache cluster.
|
CacheCluster |
CacheCluster.withNotificationConfiguration(NotificationConfiguration notificationConfiguration) |
|
CacheCluster |
CacheCluster.withNumCacheNodes(Integer numCacheNodes) |
The number of cache nodes in the cache cluster.
|
CacheCluster |
CacheCluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues) |
|
CacheCluster |
CacheCluster.withPreferredAvailabilityZone(String preferredAvailabilityZone) |
The name of the Availability Zone in which the cache cluster is located
or "Multiple" if the cache nodes are located in different
Availability Zones.
|
CacheCluster |
CacheCluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
CacheCluster |
CacheCluster.withReplicationGroupId(String replicationGroupId) |
The replication group to which this cache cluster belongs.
|
CacheCluster |
CacheCluster.withSecurityGroups(SecurityGroupMembership... securityGroups) |
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups) |
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which ElastiCache will retain automatic cache
cluster snapshots before deleting them.
|
CacheCluster |
CacheCluster.withSnapshotWindow(String snapshotWindow) |
The daily time range (in UTC) during which ElastiCache will begin taking
a daily snapshot of your cache cluster.
|