Class RemoteFileServer.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of RemoteFileServer.
    • Method Detail

      • setDirectoryPath

        public RemoteFileServer.Builder setDirectoryPath​(java.lang.String directoryPath)
        Remote server directory to copy bundle files to
        Parameters:
        directoryPath - New value for the property.
      • setPort

        public RemoteFileServer.Builder setPort​(java.lang.Long port)
        Server port format: int64
        Parameters:
        port - New value for the property.
      • setServer

        public RemoteFileServer.Builder setServer​(java.lang.String server)
        Remote server hostname or IP address format: hostname-or-ip
        Parameters:
        server - New value for the property.