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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()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 Bself()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:
$fillValuesFromin 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:
selfin classAtlanObject.AtlanObjectBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends Workflow,B extends Workflow.WorkflowBuilder<C, B>>
-