Uses of Class
com.oracle.bmc.redis.model.Node.Builder
-
Packages that use Node.Builder Package Description com.oracle.bmc.redis.model -
-
Uses of Node.Builder in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return Node.Builder Modifier and Type Method Description static Node.Builder
Node. builder()
Create a new builder.Node.Builder
Node.Builder. copy(Node model)
Node.Builder
Node.Builder. displayName(String displayName)
A user-friendly name of a cluster node.Node.Builder
Node.Builder. privateEndpointFqdn(String privateEndpointFqdn)
The fully qualified domain name (FQDN) of the API endpoint to access a specific node.Node.Builder
Node.Builder. privateEndpointIpAddress(String privateEndpointIpAddress)
The private IP address of the API endpoint to access a specific node.Node.Builder
Node. toBuilder()
-