public static class NodeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 cluster
|
NodeSummary.Builder |
shardNumber(Integer shardNumber)
The shard number to which the node belongs to.
|
public NodeSummary.Builder privateEndpointFqdn(String privateEndpointFqdn)
The fully qualified domain name (FQDN) of the API endpoint to access a specific node.
privateEndpointFqdn
- the value to setpublic NodeSummary.Builder privateEndpointIpAddress(String privateEndpointIpAddress)
The private IP address of the API endpoint to access a specific node.
privateEndpointIpAddress
- the value to setpublic NodeSummary.Builder displayName(String displayName)
A user-friendly name of a cluster node.
displayName
- the value to setpublic NodeSummary.Builder redisClusterId(String redisClusterId)
The OCID of the cluster
redisClusterId
- the value to setpublic NodeSummary.Builder shardNumber(Integer shardNumber)
The shard number to which the node belongs to.
shardNumber
- the value to setpublic NodeSummary build()
public NodeSummary.Builder copy(NodeSummary model)
Copyright © 2016–2024. All rights reserved.