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