Flowlet |
Flowlet.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the data flow.
|
Flowlet |
Flowlet.withDescription(String description) |
Set the description property: The description of the data flow.
|
Flowlet |
Flowlet.withFolder(DataFlowFolder folder) |
Set the folder property: The folder that this data flow is in.
|
Flowlet |
Flowlet.withScript(String script) |
Set the script property: Flowlet script.
|
Flowlet |
Flowlet.withScriptLines(List<String> scriptLines) |
Set the scriptLines property: Flowlet script lines.
|
Flowlet |
Flowlet.withSinks(List<DataFlowSink> sinks) |
Set the sinks property: List of sinks in Flowlet.
|
Flowlet |
Flowlet.withSources(List<DataFlowSource> sources) |
Set the sources property: List of sources in Flowlet.
|
Flowlet |
Flowlet.withTransformations(List<Transformation> transformations) |
Set the transformations property: List of transformations in Flowlet.
|