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 ReplicationGroup.Builder |
ReplicationGroup.Builder.configurationEndpoint(Consumer<Endpoint.Builder> configurationEndpoint) |
The configuration endpoint for this replication group.
|
default CacheNode.Builder |
CacheNode.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) |
The hostname for connecting to this cache node.
|
default ServerlessCache.Builder |
ServerlessCache.Builder.endpoint(Consumer<Endpoint.Builder> endpoint) |
Sets the value of the Endpoint property for this object.
|
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).
|
default ServerlessCache.Builder |
ServerlessCache.Builder.readerEndpoint(Consumer<Endpoint.Builder> readerEndpoint) |
Sets the value of the ReaderEndpoint property for this object.
|