public static interface SshPublicKey.Builder extends SdkPojo, CopyableBuilder<SshPublicKey.Builder,SshPublicKey>
Modifier and Type | Method and Description |
---|---|
SshPublicKey.Builder |
dateImported(Instant dateImported)
The date that the public key was added to the user account.
|
SshPublicKey.Builder |
sshPublicKeyBody(String sshPublicKeyBody)
The content of the SSH public key as specified by the
PublicKeyId . |
SshPublicKey.Builder |
sshPublicKeyId(String sshPublicKeyId)
The
SshPublicKeyId parameter contains the identifier of the public key. |
copy
applyMutation, build
SshPublicKey.Builder dateImported(Instant dateImported)
The date that the public key was added to the user account.
dateImported
- The date that the public key was added to the user account.SshPublicKey.Builder sshPublicKeyBody(String sshPublicKeyBody)
The content of the SSH public key as specified by the PublicKeyId
.
sshPublicKeyBody
- The content of the SSH public key as specified by the PublicKeyId
.SshPublicKey.Builder sshPublicKeyId(String sshPublicKeyId)
The SshPublicKeyId
parameter contains the identifier of the public key.
sshPublicKeyId
- The SshPublicKeyId
parameter contains the identifier of the public key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.