Uses of Interface
software.amazon.awssdk.services.transfer.model.ListedHostKey.Builder
-
Packages that use ListedHostKey.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ListedHostKey.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListedHostKey.Builder Modifier and Type Method Description ListedHostKey.BuilderListedHostKey.Builder. arn(String arn)The unique Amazon Resource Name (ARN) of the host key.static ListedHostKey.BuilderListedHostKey. builder()ListedHostKey.BuilderListedHostKey.Builder. dateImported(Instant dateImported)The date on which the host key was added to the server.ListedHostKey.BuilderListedHostKey.Builder. description(String description)The current description for the host key.ListedHostKey.BuilderListedHostKey.Builder. fingerprint(String fingerprint)The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.ListedHostKey.BuilderListedHostKey.Builder. hostKeyId(String hostKeyId)A unique identifier for the host key.ListedHostKey.BuilderListedHostKey. toBuilder()ListedHostKey.BuilderListedHostKey.Builder. type(String type)The encryption algorithm that is used for the host key.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedHostKey.Builder Modifier and Type Method Description static Class<? extends ListedHostKey.Builder>ListedHostKey. serializableBuilderClass()
-