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