Package com.atlan.model.workflow
Class WorkflowSpec.WorkflowSpecBuilder<C extends WorkflowSpec,B extends WorkflowSpec.WorkflowSpecBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.WorkflowSpec.WorkflowSpecBuilder<C,B>
- Enclosing class:
- WorkflowSpec
public abstract static class WorkflowSpec.WorkflowSpecBuilder<C extends WorkflowSpec,B extends WorkflowSpec.WorkflowSpecBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) TBCabstract C
build()
entrypoint
(String entrypoint) Name of the template to use as the starting point when running the workflow.protected abstract B
self()
templates
(List<WorkflowTemplate> templates) List of specific steps in the overall workflow process.toString()
workflowMetadata
(WorkflowMetadata workflowMetadata) Metadata about the workflow, typically thepackage.argoproj.io/name
annotation.workflowTemplateRef
(Map<String, String> workflowTemplateRef) TBCMethods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
WorkflowSpecBuilder
public WorkflowSpecBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowSpec,
B extends WorkflowSpec.WorkflowSpecBuilder<C, B>>
-
templates
List of specific steps in the overall workflow process.- Returns:
this
.
-
entrypoint
Name of the template to use as the starting point when running the workflow.- Returns:
this
.
-
arguments
TBC- Returns:
this
.
-
workflowTemplateRef
TBC- Returns:
this
.
-
workflowMetadata
Metadata about the workflow, typically thepackage.argoproj.io/name
annotation.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowSpec,
B extends WorkflowSpec.WorkflowSpecBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowSpec,
B extends WorkflowSpec.WorkflowSpecBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowSpec,
B extends WorkflowSpec.WorkflowSpecBuilder<C, B>>
-