Specifies the login user name for the SSH/NETCONF session. @param userName user name string @return this Builder for fluent chaining
(String userName)
| 214 | * @return this {@code Builder} for fluent chaining |
| 215 | */ |
| 216 | public Builder userName(String userName) { |
| 217 | this.userName = userName; |
| 218 | return this; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Sets the password used for password‑based SSH authentication. |
no outgoing calls