Uses of Interface
software.amazon.awssdk.services.dax.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)The DNS hostname of the endpoint.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. port(Integer port)The port number that applications should use to connect to the endpoint.Endpoint.BuilderEndpoint. toBuilder()Endpoint.BuilderEndpoint.Builder. url(String url)The URL that applications should use to connect to the endpoint.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type Endpoint.Builder Modifier and Type Method Description default Cluster.BuilderCluster.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.BuilderNode.Builder. endpoint(Consumer<Endpoint.Builder> endpoint)The endpoint for the node, consisting of a DNS name and a port number.
-