Sets the DNS host name or IP address of the Netconf server. @param hostName server host name or IP @return this Builder for fluent chaining
(String hostName)
| 154 | * @return this {@code Builder} for fluent chaining |
| 155 | */ |
| 156 | public Builder hostName(String hostName) { |
| 157 | this.hostName = hostName; |
| 158 | return this; |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Specifies the TCP port on which the Netconf SSH subsystem listens. |
no outgoing calls