public static final class SftpProtocol.Builder
extends java.lang.Object
SftpProtocol.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SftpProtocol. |
| Modifier and Type | Method and Description |
|---|---|
SftpProtocol |
build() |
SftpProtocol.Builder |
setAuthenticationScheme(PasswordAuthenticationScheme authenticationScheme) |
SftpProtocol.Builder |
setSshFingerprint(java.lang.String sshFingerprint)
SSH fingerprint of server
|
public Builder()
SftpProtocol.public SftpProtocol.Builder setAuthenticationScheme(PasswordAuthenticationScheme authenticationScheme)
authenticationScheme - New value for the property.public SftpProtocol.Builder setSshFingerprint(java.lang.String sshFingerprint)
sshFingerprint - New value for the property.public SftpProtocol build()