public static final class SshKeyProperties.Builder
extends java.lang.Object
SshKeyProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SshKeyProperties. |
| Modifier and Type | Method and Description |
|---|---|
SshKeyProperties |
build() |
SshKeyProperties.Builder |
setLabel(java.lang.String label)
SSH key label (used to identify the key)
|
SshKeyProperties.Builder |
setPassword(java.lang.String password)
Current password for user (required for users root and admin)
|
SshKeyProperties.Builder |
setType(java.lang.String type)
SSH key type
|
SshKeyProperties.Builder |
setValue(java.lang.String value)
SSH key value
|
public Builder()
SshKeyProperties.public SshKeyProperties.Builder setLabel(java.lang.String label)
label - New value for the property.public SshKeyProperties.Builder setPassword(java.lang.String password)
password - New value for the property.public SshKeyProperties.Builder setType(java.lang.String type)
type - New value for the property.public SshKeyProperties.Builder setValue(java.lang.String value)
value - New value for the property.public SshKeyProperties build()