Class ImportData.Builder
java.lang.Object
com.denodo.scheduler.client.commons.ImportData.Builder
- Enclosing class:
- ImportData
Allows to construct new instances of
ImportData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()propertiesFile(byte[] val) Set properties file data when provided
-
Constructor Details
-
Builder
public Builder(byte[] backupFile) Set Scheduler backup file- Parameters:
backupFile- the Scheduler backup to be imported in the server.
-
-
Method Details
-
propertiesFile
Set properties file data when provided- Parameters:
val- properties file.
-
build
- Returns:
- instance with import data
-