Package com.oracle.bmc.redis.model
Class Node.Builder
- java.lang.Object
- 
- com.oracle.bmc.redis.model.Node.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodebuild()Node.Buildercopy(Node model)Node.BuilderdisplayName(String displayName)A user-friendly name of a cluster node.Node.BuilderprivateEndpointFqdn(String privateEndpointFqdn)The fully qualified domain name (FQDN) of the API endpoint to access a specific node.Node.BuilderprivateEndpointIpAddress(String privateEndpointIpAddress)The private IP address of the API endpoint to access a specific node.
 
- 
- 
- 
Method Detail- 
privateEndpointFqdnpublic 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
 
 - 
privateEndpointIpAddresspublic 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
 
 - 
displayNamepublic Node.Builder displayName(String displayName) A user-friendly name of a cluster node.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic Node build() 
 - 
copypublic Node.Builder copy(Node model) 
 
- 
 
-