| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static SSHPublicKey.Builder |
SSHPublicKey.builder() |
SSHPublicKey.Builder |
SSHPublicKey.Builder.fingerprint(String fingerprint)
The MD5 message digest of the SSH public key.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.sshPublicKeyBody(String sshPublicKeyBody)
The SSH public key.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.status(StatusType status)
The status of the SSH public key.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.status(String status)
The status of the SSH public key.
|
SSHPublicKey.Builder |
SSHPublicKey.toBuilder() |
SSHPublicKey.Builder |
SSHPublicKey.Builder.uploadDate(Instant uploadDate)
The date and time, in ISO 8601 date-time format, when the SSH
public key was uploaded.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.userName(String userName)
The name of the IAM user associated with the SSH public key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SSHPublicKey.Builder> |
SSHPublicKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSshPublicKeyResponse.Builder |
GetSshPublicKeyResponse.Builder.sshPublicKey(Consumer<SSHPublicKey.Builder> sshPublicKey)
A structure containing details about the SSH public key.
|
default UploadSshPublicKeyResponse.Builder |
UploadSshPublicKeyResponse.Builder.sshPublicKey(Consumer<SSHPublicKey.Builder> sshPublicKey)
Contains information about the SSH public key.
|
Copyright © 2022. All rights reserved.