public static interface ListedHostKey.Builder extends SdkPojo, CopyableBuilder<ListedHostKey.Builder,ListedHostKey>
| Modifier and Type | Method and Description |
|---|---|
ListedHostKey.Builder |
arn(String arn)
The unique Amazon Resource Name (ARN) of the host key.
|
ListedHostKey.Builder |
dateImported(Instant dateImported)
The date on which the host key was added to the server.
|
ListedHostKey.Builder |
description(String description)
The current description for the host key.
|
ListedHostKey.Builder |
fingerprint(String fingerprint)
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
|
ListedHostKey.Builder |
hostKeyId(String hostKeyId)
A unique identifier for the host key.
|
ListedHostKey.Builder |
type(String type)
The encryption algorithm that is used for the host key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedHostKey.Builder arn(String arn)
The unique Amazon Resource Name (ARN) of the host key.
arn - The unique Amazon Resource Name (ARN) of the host key.ListedHostKey.Builder hostKeyId(String hostKeyId)
A unique identifier for the host key.
hostKeyId - A unique identifier for the host key.ListedHostKey.Builder fingerprint(String fingerprint)
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
fingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.ListedHostKey.Builder description(String description)
The current description for the host key. You can change it by calling the UpdateHostKey
operation and providing a new description.
description - The current description for the host key. You can change it by calling the UpdateHostKey
operation and providing a new description.ListedHostKey.Builder type(String type)
The encryption algorithm that is used for the host key. The Type parameter is specified by using
one of the following values:
ssh-rsa
ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
type - The encryption algorithm that is used for the host key. The Type parameter is specified
by using one of the following values:
ssh-rsa
ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
ListedHostKey.Builder dateImported(Instant dateImported)
The date on which the host key was added to the server.
dateImported - The date on which the host key was added to the server.Copyright © 2023. All rights reserved.