Uses of Interface
software.amazon.awssdk.services.memorydb.model.Node.Builder
-
Packages that use Node.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Node.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Node.Builder Modifier and Type Method Description Node.BuilderNode.Builder. availabilityZone(String availabilityZone)The Availability Zone in which the node residesstatic Node.BuilderNode. builder()Node.BuilderNode.Builder. createTime(Instant createTime)The date and time when the node was created.default Node.BuilderNode.Builder. endpoint(Consumer<Endpoint.Builder> endpoint)The hostname for connecting to this node.Node.BuilderNode.Builder. endpoint(Endpoint endpoint)The hostname for connecting to this node.Node.BuilderNode.Builder. name(String name)The node identifier.Node.BuilderNode.Builder. status(String status)The status of the service update on the nodeNode.BuilderNode. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Node.Builder Modifier and Type Method Description static Class<? extends Node.Builder>Node. serializableBuilderClass()
-