Interface SftpConnectorConnectionDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SftpConnectorConnectionDetails.Builder,,SftpConnectorConnectionDetails> SdkBuilder<SftpConnectorConnectionDetails.Builder,,SftpConnectorConnectionDetails> SdkPojo
- Enclosing class:
SftpConnectorConnectionDetails
@Mutable
@NotThreadSafe
public static interface SftpConnectorConnectionDetails.Builder
extends SdkPojo, CopyableBuilder<SftpConnectorConnectionDetails.Builder,SftpConnectorConnectionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe SSH public key of the remote SFTP server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostKey
The SSH public key of the remote SFTP server. This is returned during the initial connection attempt when you call
TestConnection. It allows you to retrieve the valid server host key to update the connector when you are unable to obtain it in advance.- Parameters:
hostKey- The SSH public key of the remote SFTP server. This is returned during the initial connection attempt when you callTestConnection. It allows you to retrieve the valid server host key to update the connector when you are unable to obtain it in advance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-