Class SftpStagingCleanupTask.Builder
java.lang.Object
io.leandev.appfuse.file.sftp.SftpStagingCleanupTask.Builder
- Enclosing class:
SftpStagingCleanupTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()connectTimeout(long connectTimeout) port(int port) privateKeyPassphrase(String privateKeyPassphrase) privateKeyPath(String privateKeyPath) retentionPeriod(Duration retentionPeriod) retentionPeriodHours(long hours) sshClient(org.apache.sshd.client.SshClient sshClient)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sshClient
-
host
-
port
-
username
-
password
-
privateKeyPath
-
privateKeyPassphrase
-
basePath
-
connectTimeout
-
retentionPeriod
-
retentionPeriodHours
-
build
-