Uses of Interface
software.amazon.awssdk.services.memorydb.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)The DNS hostname of the node.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. port(Integer port)The port number that the engine is listening on.Endpoint.BuilderEndpoint. toBuilder()Methods in software.amazon.awssdk.services.memorydb.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.memorydb.model with type arguments of type Endpoint.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. clusterEndpoint(Consumer<Endpoint.Builder> clusterEndpoint)The cluster's configuration endpointdefault Node.BuilderNode.Builder. endpoint(Consumer<Endpoint.Builder> endpoint)The hostname for connecting to this node.
-