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