@Stability(value=Stable) public static final class CfnLocationHDFS.NameNodeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationHDFS.NameNodeProperty>
CfnLocationHDFS.NameNodeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLocationHDFS.NameNodeProperty |
build()
Builds the configured instance.
|
CfnLocationHDFS.NameNodeProperty.Builder |
hostname(String hostname)
Sets the value of
CfnLocationHDFS.NameNodeProperty.getHostname() |
CfnLocationHDFS.NameNodeProperty.Builder |
port(Number port)
Sets the value of
CfnLocationHDFS.NameNodeProperty.getPort() |
@Stability(value=Stable) public CfnLocationHDFS.NameNodeProperty.Builder hostname(String hostname)
CfnLocationHDFS.NameNodeProperty.getHostname()hostname - The hostname of the NameNode in the HDFS cluster. This parameter is required.
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.this@Stability(value=Stable) public CfnLocationHDFS.NameNodeProperty.Builder port(Number port)
CfnLocationHDFS.NameNodeProperty.getPort()port - The port that the NameNode uses to listen to client requests. This parameter is required.this@Stability(value=Stable) public CfnLocationHDFS.NameNodeProperty build()
build in interface software.amazon.jsii.Builder<CfnLocationHDFS.NameNodeProperty>CfnLocationHDFS.NameNodePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.