DescribedHostKey.Builder |
DescribedHostKey.Builder.arn(String arn) |
The unique Amazon Resource Name (ARN) for the host key.
|
static DescribedHostKey.Builder |
DescribedHostKey.builder() |
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.dateImported(Instant dateImported) |
The date on which the host key was added to the server.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.description(String description) |
The text description for this host key.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.hostKeyFingerprint(String hostKeyFingerprint) |
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.hostKeyId(String hostKeyId) |
A unique identifier for the host key.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.tags(Collection<Tag> tags) |
Key-value pairs that can be used to group and search for host keys.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs that can be used to group and search for host keys.
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.tags(Tag... tags) |
Key-value pairs that can be used to group and search for host keys.
|
DescribedHostKey.Builder |
DescribedHostKey.toBuilder() |
|
DescribedHostKey.Builder |
DescribedHostKey.Builder.type(String type) |
The encryption algorithm that is used for the host key.
|