| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.address(String address)
The DNS hostname of the node.
|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.port(Integer port)
The port number that the 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 Cluster.Builder |
Cluster.Builder.clusterEndpoint(Consumer<Endpoint.Builder> clusterEndpoint)
The cluster's configuration endpoint
|
default Node.Builder |
Node.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
The hostname for connecting to this node.
|
Copyright © 2021. All rights reserved.