Package com.atlan.model.workflow
Class WorkflowTemplateRef.WorkflowTemplateRefBuilder<C extends WorkflowTemplateRef,B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.workflow.WorkflowTemplateRef.WorkflowTemplateRefBuilder<C,B>
- Enclosing class:
- WorkflowTemplateRef
public abstract static class WorkflowTemplateRef.WorkflowTemplateRefBuilder<C extends WorkflowTemplateRef,B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
clusterScope
(Boolean clusterScope) TBCName of the existing workflow template.protected abstract B
self()
Entry point to begin executing the referenced workflow template.toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
WorkflowTemplateRefBuilder
public WorkflowTemplateRefBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,
B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-
name
Name of the existing workflow template.- Returns:
this
.
-
template
Entry point to begin executing the referenced workflow template.- Returns:
this
.
-
clusterScope
TBC- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,
B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,
B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,
B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-