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 user account.
|
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 user account.
dateImported - Specifies the date that the public key was added to the user account.SshPublicKey.Builder sshPublicKeyBody(String sshPublicKeyBody)
Specifies the content of the SSH public key as specified by the PublicKeyId.
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.
sshPublicKeyId - Specifies the SshPublicKeyId parameter contains the identifier of the public key.Copyright © 2020. All rights reserved.