public static final class RemoteFileServer.Builder
extends java.lang.Object
RemoteFileServer.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RemoteFileServer. |
| Modifier and Type | Method and Description |
|---|---|
RemoteFileServer |
build() |
RemoteFileServer.Builder |
setDirectoryPath(java.lang.String directoryPath)
Remote server directory to copy bundle files to
|
RemoteFileServer.Builder |
setPort(java.lang.Long port)
Server port format: int64
|
RemoteFileServer.Builder |
setProtocol(FileTransferProtocol protocol) |
RemoteFileServer.Builder |
setServer(java.lang.String server)
Remote server hostname or IP address format: hostname-or-ip
|
public Builder()
RemoteFileServer.public RemoteFileServer.Builder setDirectoryPath(java.lang.String directoryPath)
directoryPath - New value for the property.public RemoteFileServer.Builder setPort(java.lang.Long port)
port - New value for the property.public RemoteFileServer.Builder setProtocol(FileTransferProtocol protocol)
protocol - New value for the property.public RemoteFileServer.Builder setServer(java.lang.String server)
server - New value for the property.public RemoteFileServer build()