Package com.oracle.bmc.redis.model
Class Node.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.Node.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
build()
Node.Builder
copy(Node model)
Node.Builder
displayName(String displayName)
A user-friendly name of a cluster node.Node.Builder
privateEndpointFqdn(String privateEndpointFqdn)
The fully qualified domain name (FQDN) of the API endpoint to access a specific node.Node.Builder
privateEndpointIpAddress(String privateEndpointIpAddress)
The private IP address of the API endpoint to access a specific node.
-
-
-
Method Detail
-
privateEndpointFqdn
public Node.Builder privateEndpointFqdn(String privateEndpointFqdn)
The fully qualified domain name (FQDN) of the API endpoint to access a specific node.- Parameters:
privateEndpointFqdn
- the value to set- Returns:
- this builder
-
privateEndpointIpAddress
public Node.Builder privateEndpointIpAddress(String privateEndpointIpAddress)
The private IP address of the API endpoint to access a specific node.- Parameters:
privateEndpointIpAddress
- the value to set- Returns:
- this builder
-
displayName
public Node.Builder displayName(String displayName)
A user-friendly name of a cluster node.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public Node build()
-
copy
public Node.Builder copy(Node model)
-
-