Class Node.Builder

  • Enclosing class:
    Node

    public static class Node.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • 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()