| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static SftpConnectorConfig.Builder |
SftpConnectorConfig.builder() |
SftpConnectorConfig.Builder |
SftpConnectorConfig.toBuilder() |
SftpConnectorConfig.Builder |
SftpConnectorConfig.Builder.trustedHostKeys(Collection<String> trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig.Builder |
SftpConnectorConfig.Builder.trustedHostKeys(String... trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig.Builder |
SftpConnectorConfig.Builder.userSecretId(String userSecretId)
The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private
key, password, or both.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SftpConnectorConfig.Builder> |
SftpConnectorConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectorRequest.Builder |
CreateConnectorRequest.Builder.sftpConfig(Consumer<SftpConnectorConfig.Builder> sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
default DescribedConnector.Builder |
DescribedConnector.Builder.sftpConfig(Consumer<SftpConnectorConfig.Builder> sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
default UpdateConnectorRequest.Builder |
UpdateConnectorRequest.Builder.sftpConfig(Consumer<SftpConnectorConfig.Builder> sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
Copyright © 2023. All rights reserved.