| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.address(String address)
The DNS hostname of the endpoint.
|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.Builder.port(Integer port)
The port number that applications should use to connect to the endpoint.
|
Endpoint.Builder |
Endpoint.toBuilder() |
Endpoint.Builder |
Endpoint.Builder.url(String url)
The URL that applications should use to connect to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.clusterDiscoveryEndpoint(Consumer<Endpoint.Builder> clusterDiscoveryEndpoint)
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.
|
default Node.Builder |
Node.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Copyright © 2021. All rights reserved.