| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.address(String address)
The DNS hostname of the cache node.
|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.port(Integer port)
The port number that the cache engine is listening on.
|
Endpoint.Builder |
Endpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReplicationGroup.Builder |
ReplicationGroup.Builder.configurationEndpoint(Consumer<Endpoint.Builder> configurationEndpoint)
The configuration endpoint for this replication group.
|
default CacheCluster.Builder |
CacheCluster.Builder.configurationEndpoint(Consumer<Endpoint.Builder> configurationEndpoint)
Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the
cluster.
|
default CacheNode.Builder |
CacheNode.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
The hostname for connecting to this cache node.
|
default NodeGroup.Builder |
NodeGroup.Builder.primaryEndpoint(Consumer<Endpoint.Builder> primaryEndpoint)
The endpoint of the primary node in this node group (shard).
|
default NodeGroupMember.Builder |
NodeGroupMember.Builder.readEndpoint(Consumer<Endpoint.Builder> readEndpoint)
The information required for client programs to connect to a node for read operations.
|
default NodeGroup.Builder |
NodeGroup.Builder.readerEndpoint(Consumer<Endpoint.Builder> readerEndpoint)
The endpoint of the replica nodes in this node group (shard).
|
Copyright © 2023. All rights reserved.