public static interface SshPublicKey.Builder extends SdkPojo, CopyableBuilder<SshPublicKey.Builder,SshPublicKey>
| Modifier and Type | Method and Description |
|---|---|
SshPublicKey.Builder |
dateImported(Instant dateImported)
Specifies the date that the public key was added to the Transfer Family user.
|
SshPublicKey.Builder |
sshPublicKeyBody(String sshPublicKeyBody)
Specifies the content of the SSH public key as specified by the
PublicKeyId. |
SshPublicKey.Builder |
sshPublicKeyId(String sshPublicKeyId)
Specifies the
SshPublicKeyId parameter contains the identifier of the public key. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSshPublicKey.Builder dateImported(Instant dateImported)
Specifies the date that the public key was added to the Transfer Family user.
dateImported - Specifies the date that the public key was added to the Transfer Family user.SshPublicKey.Builder sshPublicKeyBody(String sshPublicKeyBody)
Specifies the content of the SSH public key as specified by the PublicKeyId.
Transfer Family accepts RSA, ECDSA, and ED25519 keys.
sshPublicKeyBody - Specifies the content of the SSH public key as specified by the PublicKeyId.
Transfer Family accepts RSA, ECDSA, and ED25519 keys.
SshPublicKey.Builder sshPublicKeyId(String sshPublicKeyId)
Specifies the SshPublicKeyId parameter contains the identifier of the public key.
sshPublicKeyId - Specifies the SshPublicKeyId parameter contains the identifier of the public key.Copyright © 2023. All rights reserved.