public static class SshDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SshDetails |
build() |
SshDetails.Builder |
copy(SshDetails model) |
SshDetails.Builder |
host(String host)
Name of the host the SSH key is valid for.
|
SshDetails.Builder |
sudoLocation(String sudoLocation)
Sudo location
|
SshDetails.Builder |
user(String user)
SSH user
|
public SshDetails.Builder host(String host)
Name of the host the SSH key is valid for.
host
- the value to setpublic SshDetails.Builder user(String user)
SSH user
user
- the value to setpublic SshDetails.Builder sudoLocation(String sudoLocation)
Sudo location
sudoLocation
- the value to setpublic SshDetails build()
public SshDetails.Builder copy(SshDetails model)
Copyright © 2016–2023. All rights reserved.