Package com.atlan.model.workflow
Class Workflow.WorkflowBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.Workflow.WorkflowBuilder<C,B>
- Enclosing class:
- Workflow
public abstract static class Workflow.WorkflowBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
metadata
(WorkflowMetadata metadata) Metadata that describes the workflow.payload
(List<PackageParameter> payload) Parameters to send to the workflow as a whole (not an individual task).protected abstract B
self()
spec
(WorkflowSpec spec) Specification of the workflow: per-task inputs, outputs, and logic.toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
WorkflowBuilder
public WorkflowBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends Workflow,
B extends Workflow.WorkflowBuilder<C, B>>
-
metadata
Metadata that describes the workflow.- Returns:
this
.
-
spec
Specification of the workflow: per-task inputs, outputs, and logic.- Returns:
this
.
-
payload
Parameters to send to the workflow as a whole (not an individual task).- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends Workflow,
B extends Workflow.WorkflowBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends Workflow,
B extends Workflow.WorkflowBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends Workflow,
B extends Workflow.WorkflowBuilder<C, B>>
-