| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheNode.Builder |
CacheNode.builder() |
CacheNode.Builder |
CacheNode.Builder.cacheNodeCreateTime(Instant cacheNodeCreateTime)
The date and time when the cache node was created.
|
CacheNode.Builder |
CacheNode.Builder.cacheNodeId(String cacheNodeId)
The cache node identifier.
|
CacheNode.Builder |
CacheNode.Builder.cacheNodeStatus(String cacheNodeStatus)
The current state of this cache node, one of the following values:
available,
creating, rebooting, or deleting. |
CacheNode.Builder |
CacheNode.Builder.customerAvailabilityZone(String customerAvailabilityZone)
The Availability Zone where this node was created and now resides.
|
CacheNode.Builder |
CacheNode.Builder.customerOutpostArn(String customerOutpostArn)
The customer outpost ARN of the cache node.
|
default CacheNode.Builder |
CacheNode.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
The hostname for connecting to this cache node.
|
CacheNode.Builder |
CacheNode.Builder.endpoint(Endpoint endpoint)
The hostname for connecting to this cache node.
|
CacheNode.Builder |
CacheNode.Builder.parameterGroupStatus(String parameterGroupStatus)
The status of the parameter group applied to this cache node.
|
CacheNode.Builder |
CacheNode.Builder.sourceCacheNodeId(String sourceCacheNodeId)
The ID of the primary node to which this read replica node is synchronized.
|
CacheNode.Builder |
CacheNode.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheNode.Builder> |
CacheNode.serializableBuilderClass() |
Copyright © 2023. All rights reserved.