Package com.atlan.model.workflow
Class WorkflowTemplate.WorkflowTemplateBuilder<C extends WorkflowTemplate,B extends WorkflowTemplate.WorkflowTemplateBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.WorkflowTemplate.WorkflowTemplateBuilder<C,B>
- Enclosing class:
- WorkflowTemplate
public abstract static class WorkflowTemplate.WorkflowTemplateBuilder<C extends WorkflowTemplate,B extends WorkflowTemplate.WorkflowTemplateBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
dag
(WorkflowDAG dag) Definition of the tasks within the step.Inputs to this step.Metadata describing the step.Name of this step.Outputs from this step.protected abstract B
self()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
WorkflowTemplateBuilder
public WorkflowTemplateBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplate,
B extends WorkflowTemplate.WorkflowTemplateBuilder<C, B>>
-
name
Name of this step.- Returns:
this
.
-
inputs
Inputs to this step.- Returns:
this
.
-
outputs
Outputs from this step.- Returns:
this
.
-
metadata
Metadata describing the step.- Returns:
this
.
-
dag
Definition of the tasks within the step.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplate,
B extends WorkflowTemplate.WorkflowTemplateBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplate,
B extends WorkflowTemplate.WorkflowTemplateBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplate,
B extends WorkflowTemplate.WorkflowTemplateBuilder<C, B>>
-