Class AppWorkflowRun.AppWorkflowRunBuilder<C extends AppWorkflowRun,B extends AppWorkflowRun.AppWorkflowRunBuilder<C,B>>

Enclosing class:
AppWorkflowRun

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

    • AppWorkflowRunBuilder

      public AppWorkflowRunBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AppWorkflowRuns.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AppWorkflowRun,B extends AppWorkflowRun.AppWorkflowRunBuilder<C,B>>
      Returns:
      this.
    • appWorkflowRunAppName

      public B appWorkflowRunAppName(String appWorkflowRunAppName)
      Name of the application this workflow run belongs to.
      Returns:
      this.
    • appWorkflowRunAppQualifiedName

      public B appWorkflowRunAppQualifiedName(String appWorkflowRunAppQualifiedName)
      Qualified name of the application this workflow run belongs to.
      Returns:
      this.
    • appWorkflowRunAppWorkflowName

      public B appWorkflowRunAppWorkflowName(String appWorkflowRunAppWorkflowName)
      Name of the parent workflow.
      Returns:
      this.
    • appWorkflowRunAppWorkflowQualifiedName

      public B appWorkflowRunAppWorkflowQualifiedName(String appWorkflowRunAppWorkflowQualifiedName)
      Qualified name of the parent workflow.
      Returns:
      this.
    • appWorkflowRunAppWorkflowSlug

      public B appWorkflowRunAppWorkflowSlug(String appWorkflowRunAppWorkflowSlug)
      Slug of the parent workflow.
      Returns:
      this.
    • appWorkflowRunAppWorkflowVersion

      public B appWorkflowRunAppWorkflowVersion(String appWorkflowRunAppWorkflowVersion)
      Version of the parent workflow.
      Returns:
      this.
    • appWorkflowRunCompletedAt

      public B appWorkflowRunCompletedAt(Long appWorkflowRunCompletedAt)
      Timestamp when the workflow run finished execution.
      Returns:
      this.
    • appWorkflowRunDag

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

      public B appWorkflowRunErrorHandling(AtlanAppErrorHandling appWorkflowRunErrorHandling)
      Error handling strategy for the workflow run.
      Returns:
      this.
    • appWorkflowRunIsTestRun

      public B appWorkflowRunIsTestRun(Boolean appWorkflowRunIsTestRun)
      Whether the workflow run is a test run.
      Returns:
      this.
    • appWorkflowRunLabel

      public B appWorkflowRunLabel(String appWorkflowRunLabel)
      Root name for the workflow run.
      Returns:
      this.
    • appWorkflowRunOutput

      public B appWorkflowRunOutput(String appWorkflowRunOutputKey, String appWorkflowRunOutputValue)
    • appWorkflowRunOutputs

      public B appWorkflowRunOutputs(Map<? extends String,? extends String> appWorkflowRunOutputs)
    • clearAppWorkflowRunOutputs

      public B clearAppWorkflowRunOutputs()
    • appWorkflowRunStartedAt

      public B appWorkflowRunStartedAt(Long appWorkflowRunStartedAt)
      Timestamp when the workflow run began execution.
      Returns:
      this.
    • appWorkflowRunStartedBy

      public B appWorkflowRunStartedBy(String appWorkflowRunStartedBy)
      Username of the user who started the workflow run.
      Returns:
      this.
    • appWorkflowRunStatus

      public B appWorkflowRunStatus(AppWorkflowRunStatus appWorkflowRunStatus)
      Overall execution status of the entire workflow run.
      Returns:
      this.
    • appWorkflowRunStep

      public B appWorkflowRunStep(AppWorkflowRunStep appWorkflowRunStep)
    • appWorkflowRunSteps

      public B appWorkflowRunSteps(Collection<? extends AppWorkflowRunStep> appWorkflowRunSteps)
    • clearAppWorkflowRunSteps

      public B clearAppWorkflowRunSteps()
    • appWorkflowRunTemporalRunId

      public B appWorkflowRunTemporalRunId(String appWorkflowRunTemporalRunId)
      Unique identifier for the temporal run associated with this workflow execution.
      Returns:
      this.
    • atlanAppWorkflow

      public B atlanAppWorkflow(IAtlanAppWorkflow atlanAppWorkflow)
      The workflow that contains the workflow run.
      Returns:
      this.
    • 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 AppWorkflowRun,B extends AppWorkflowRun.AppWorkflowRunBuilder<C,B>>
    • build

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

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