Package com.oracle.bmc.redis.model
Class NodeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.NodeSummary.Builder
-
- Enclosing class:
- NodeSummary
public static class NodeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSummary
build()
NodeSummary.Builder
copy(NodeSummary model)
NodeSummary.Builder
displayName(String displayName)
A user-friendly name of a cluster node.NodeSummary.Builder
privateEndpointFqdn(String privateEndpointFqdn)
The fully qualified domain name (FQDN) of the API endpoint to access a specific node.NodeSummary.Builder
privateEndpointIpAddress(String privateEndpointIpAddress)
The private IP address of the API endpoint to access a specific node.NodeSummary.Builder
redisClusterId(String redisClusterId)
The OCID of the clusterNodeSummary.Builder
shardNumber(Integer shardNumber)
The shard number to which the node belongs to.
-
-
-
Method Detail
-
privateEndpointFqdn
public NodeSummary.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 NodeSummary.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 NodeSummary.Builder displayName(String displayName)
A user-friendly name of a cluster node.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
redisClusterId
public NodeSummary.Builder redisClusterId(String redisClusterId)
The OCID of the cluster- Parameters:
redisClusterId
- the value to set- Returns:
- this builder
-
shardNumber
public NodeSummary.Builder shardNumber(Integer shardNumber)
The shard number to which the node belongs to.- Parameters:
shardNumber
- the value to set- Returns:
- this builder
-
build
public NodeSummary build()
-
copy
public NodeSummary.Builder copy(NodeSummary model)
-
-