Class MatillionComponent.MatillionComponentBuilder<C extends MatillionComponent,B extends MatillionComponent.MatillionComponentBuilder<C,B>>

Enclosing class:
MatillionComponent

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

    • MatillionComponentBuilder

      public MatillionComponentBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for MatillionComponents.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends MatillionComponent,B extends MatillionComponent.MatillionComponentBuilder<C,B>>
      Returns:
      this.
    • applicationContainer

      public B applicationContainer(IApplicationContainer applicationContainer)
      ApplicationContainer asset containing this Catalog asset.
      Returns:
      this.
    • assetApplicationQualifiedName

      public B assetApplicationQualifiedName(String assetApplicationQualifiedName)
      Qualified name of the Application Container that contains this asset.
      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()
    • matillionComponentId

      public B matillionComponentId(String matillionComponentId)
      Unique identifier of the component in Matillion.
      Returns:
      this.
    • matillionComponentImplementationId

      public B matillionComponentImplementationId(String matillionComponentImplementationId)
      Unique identifier for the type of the component in Matillion.
      Returns:
      this.
    • matillionComponentLastFiveRunStatus

      public B matillionComponentLastFiveRunStatus(String matillionComponentLastFiveRunStatus)
      Last five run statuses of the component within a job.
      Returns:
      this.
    • matillionComponentLastRunStatus

      public B matillionComponentLastRunStatus(String matillionComponentLastRunStatus)
      Latest run status of the component within a job.
      Returns:
      this.
    • putMatillionComponentLinkedJob

      public B putMatillionComponentLinkedJob(String putMatillionComponentLinkedJobKey, String putMatillionComponentLinkedJobValue)
    • matillionComponentLinkedJob

      public B matillionComponentLinkedJob(Map<? extends String,? extends String> matillionComponentLinkedJob)
    • clearMatillionComponentLinkedJob

      public B clearMatillionComponentLinkedJob()
    • matillionComponentSql

      public B matillionComponentSql(String matillionComponentSql)
    • matillionComponentSqls

      public B matillionComponentSqls(Collection<? extends String> matillionComponentSqls)
    • clearMatillionComponentSqls

      public B clearMatillionComponentSqls()
    • matillionJob

      public B matillionJob(IMatillionJob matillionJob)
      Job in which this component exists.
      Returns:
      this.
    • matillionJobName

      public B matillionJobName(String matillionJobName)
      Simple name of the job to which the component belongs.
      Returns:
      this.
    • matillionJobQualifiedName

      public B matillionJobQualifiedName(String matillionJobQualifiedName)
      Unique name of the job to which the component belongs.
      Returns:
      this.
    • matillionProcess

      public B matillionProcess(ILineageProcess matillionProcess)
      Lineage process that represents this Matillion component.
      Returns:
      this.
    • matillionVersion

      public B matillionVersion(String matillionVersion)
      Current point in time state of a project.
      Returns:
      this.
    • 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()
    • self

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

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

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