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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()clusterScope(Boolean clusterScope) TBCName of the existing workflow template.protected abstract Bself()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:
$fillValuesFromin 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:
selfin classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends WorkflowTemplateRef,B extends WorkflowTemplateRef.WorkflowTemplateRefBuilder<C, B>>
-