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