public static class PublicKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PublicKeyDetails |
build() |
PublicKeyDetails.Builder |
copy(PublicKeyDetails model) |
PublicKeyDetails.Builder |
publicKeyContent(String publicKeyContent)
The public key in OpenSSH format of the SSH key pair for the session.
|
public PublicKeyDetails.Builder publicKeyContent(String publicKeyContent)
The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
publicKeyContent
- the value to setpublic PublicKeyDetails build()
public PublicKeyDetails.Builder copy(PublicKeyDetails model)
Copyright © 2016–2024. All rights reserved.