Class AtlanAppWorkflow.AtlanAppWorkflowBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>

Enclosing class:
AtlanAppWorkflow

public abstract static class AtlanAppWorkflow.AtlanAppWorkflowBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • AtlanAppWorkflowBuilder

      public AtlanAppWorkflowBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for AtlanAppWorkflows.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>
      Returns:
      this.
    • appId

      public B appId(String appId)
      Unique identifier for the application asset from the source system.
      Returns:
      this.
    • atlanApp

      public B atlanApp(IAtlanApp atlanApp)
      Atlan application containing the workflow.
      Returns:
      this.
    • atlanAppMetadata

      public B atlanAppMetadata(String atlanAppMetadata)
      Metadata for the Atlan application (escaped JSON string).
      Returns:
      this.
    • atlanAppName

      public B atlanAppName(String atlanAppName)
      Name of the Atlan application this asset belongs to.
      Returns:
      this.
    • atlanAppQualifiedName

      public B atlanAppQualifiedName(String atlanAppQualifiedName)
      Qualified name of the Atlan application this asset belongs to.
      Returns:
      this.
    • atlanAppTool

      public B atlanAppTool(IAtlanAppTool atlanAppTool)
    • atlanAppTools

      public B atlanAppTools(Collection<? extends IAtlanAppTool> atlanAppTools)
    • clearAtlanAppTools

      public B clearAtlanAppTools()
    • atlanAppWorkflowDag

      public B atlanAppWorkflowDag(String atlanAppWorkflowDag)
      Map of all activity steps for the workflow (escaped JSON string).
      Returns:
      this.
    • atlanAppWorkflowErrorHandling

      public B atlanAppWorkflowErrorHandling(AtlanAppErrorHandling atlanAppWorkflowErrorHandling)
      Error handling strategy for the workflow.
      Returns:
      this.
    • atlanAppWorkflowOwnership

      public B atlanAppWorkflowOwnership(AtlanAppWorkflowOwnership atlanAppWorkflowOwnership)
      Ownership type of the workflow, indicating whether it is managed by Atlan or by a user.
      Returns:
      this.
    • atlanAppWorkflowRun

      public B atlanAppWorkflowRun(IAppWorkflowRun atlanAppWorkflowRun)
    • atlanAppWorkflowRuns

      public B atlanAppWorkflowRuns(Collection<? extends IAppWorkflowRun> atlanAppWorkflowRuns)
    • clearAtlanAppWorkflowRuns

      public B clearAtlanAppWorkflowRuns()
    • atlanAppWorkflowSlug

      public B atlanAppWorkflowSlug(String atlanAppWorkflowSlug)
      Slug of the workflow.
      Returns:
      this.
    • atlanAppWorkflowStatus

      public B atlanAppWorkflowStatus(AtlanAppWorkflowStatus atlanAppWorkflowStatus)
      Status of the workflow.
      Returns:
      this.
    • atlanAppWorkflowTriggers

      public B atlanAppWorkflowTriggers(String atlanAppWorkflowTriggers)
      Triggers configured for this workflow (escaped JSON string).
      Returns:
      this.
    • atlanAppWorkflowVersion

      public B atlanAppWorkflowVersion(String atlanAppWorkflowVersion)
      Version of the workflow.
      Returns:
      this.
    • atlanAppWorkflow

      public B atlanAppWorkflow(IAtlanAppWorkflow atlanAppWorkflow)
    • atlanAppWorkflows

      public B atlanAppWorkflows(Collection<? extends IAtlanAppWorkflow> atlanAppWorkflows)
    • clearAtlanAppWorkflows

      public B clearAtlanAppWorkflows()
    • inputToAirflowTask

      public B inputToAirflowTask(IAirflowTask inputToAirflowTask)
    • inputToAirflowTasks

      public B inputToAirflowTasks(Collection<? extends IAirflowTask> inputToAirflowTasks)
    • clearInputToAirflowTasks

      public B clearInputToAirflowTasks()
    • inputToProcess

      public B inputToProcess(ILineageProcess inputToProcess)
    • inputToProcesses

      public B inputToProcesses(Collection<? extends ILineageProcess> inputToProcesses)
    • clearInputToProcesses

      public B clearInputToProcesses()
    • inputToSparkJob

      public B inputToSparkJob(ISparkJob inputToSparkJob)
    • inputToSparkJobs

      public B inputToSparkJobs(Collection<? extends ISparkJob> inputToSparkJobs)
    • clearInputToSparkJobs

      public B clearInputToSparkJobs()
    • modelImplementedAttribute

      public B modelImplementedAttribute(IModelAttribute modelImplementedAttribute)
    • modelImplementedAttributes

      public B modelImplementedAttributes(Collection<? extends IModelAttribute> modelImplementedAttributes)
    • clearModelImplementedAttributes

      public B clearModelImplementedAttributes()
    • modelImplementedEntity

      public B modelImplementedEntity(IModelEntity modelImplementedEntity)
    • modelImplementedEntities

      public B modelImplementedEntities(Collection<? extends IModelEntity> modelImplementedEntities)
    • clearModelImplementedEntities

      public B clearModelImplementedEntities()
    • outputFromAirflowTask

      public B outputFromAirflowTask(IAirflowTask outputFromAirflowTask)
    • outputFromAirflowTasks

      public B outputFromAirflowTasks(Collection<? extends IAirflowTask> outputFromAirflowTasks)
    • clearOutputFromAirflowTasks

      public B clearOutputFromAirflowTasks()
    • outputFromProcess

      public B outputFromProcess(ILineageProcess outputFromProcess)
    • outputFromProcesses

      public B outputFromProcesses(Collection<? extends ILineageProcess> outputFromProcesses)
    • clearOutputFromProcesses

      public B clearOutputFromProcesses()
    • outputFromSparkJob

      public B outputFromSparkJob(ISparkJob outputFromSparkJob)
    • outputFromSparkJobs

      public B outputFromSparkJobs(Collection<? extends ISparkJob> outputFromSparkJobs)
    • clearOutputFromSparkJobs

      public B clearOutputFromSparkJobs()
    • partialChildField

      public B partialChildField(IPartialField partialChildField)
    • partialChildFields

      public B partialChildFields(Collection<? extends IPartialField> partialChildFields)
    • clearPartialChildFields

      public B clearPartialChildFields()
    • partialChildObject

      public B partialChildObject(IPartialObject partialChildObject)
    • partialChildObjects

      public B partialChildObjects(Collection<? extends IPartialObject> partialChildObjects)
    • clearPartialChildObjects

      public B clearPartialChildObjects()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends AtlanAppWorkflow,B extends AtlanAppWorkflow.AtlanAppWorkflowBuilder<C,B>>