Interface HdfsNameNode.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HdfsNameNode.Builder,HdfsNameNode>, SdkBuilder<HdfsNameNode.Builder,HdfsNameNode>, SdkPojo
Enclosing class:
HdfsNameNode

public static interface HdfsNameNode.Builder extends SdkPojo, CopyableBuilder<HdfsNameNode.Builder,HdfsNameNode>
  • Method Details

    • hostname

      HdfsNameNode.Builder hostname(String hostname)

      The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

      Parameters:
      hostname - The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port that the NameNode uses to listen to client requests.

      Parameters:
      port - The port that the NameNode uses to listen to client requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.