| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedHostKey.Builder |
ListedHostKey.Builder.arn(String arn)
The unique Amazon Resource Name (ARN) of the host key.
|
static ListedHostKey.Builder |
ListedHostKey.builder() |
ListedHostKey.Builder |
ListedHostKey.Builder.dateImported(Instant dateImported)
The date on which the host key was added to the server.
|
ListedHostKey.Builder |
ListedHostKey.Builder.description(String description)
The current description for the host key.
|
ListedHostKey.Builder |
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 |
ListedHostKey.Builder.hostKeyId(String hostKeyId)
A unique identifier for the host key.
|
ListedHostKey.Builder |
ListedHostKey.toBuilder() |
ListedHostKey.Builder |
ListedHostKey.Builder.type(String type)
The encryption algorithm that is used for the host key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListedHostKey.Builder> |
ListedHostKey.serializableBuilderClass() |
Copyright © 2023. All rights reserved.