Class AnomaloCheck.AnomaloCheckBuilder<C extends AnomaloCheck,B extends AnomaloCheck.AnomaloCheckBuilder<C,B>>

Enclosing class:
AnomaloCheck

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

    • AnomaloCheckBuilder

      public AnomaloCheckBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AnomaloChecks.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AnomaloCheck,B extends AnomaloCheck.AnomaloCheckBuilder<C,B>>
      Returns:
      this.
    • anomaloCheckAsset

      public B anomaloCheckAsset(IAsset anomaloCheckAsset)
      The asset this Check is linked to.
      Returns:
      this.
    • anomaloCheckCategoryType

      public B anomaloCheckCategoryType(String anomaloCheckCategoryType)
      Category type of the check in Anomalo
      Returns:
      this.
    • anomaloCheckHistoricRunStatus

      public B anomaloCheckHistoricRunStatus(String anomaloCheckHistoricRunStatus)
      Historic run status of the check in Anomalo
      Returns:
      this.
    • anomaloCheckIsSystemAdded

      public B anomaloCheckIsSystemAdded(Boolean anomaloCheckIsSystemAdded)
      Flag to indicate if the check is an out of the box available check
      Returns:
      this.
    • anomaloCheckLastRunCompletedAt

      public B anomaloCheckLastRunCompletedAt(Long anomaloCheckLastRunCompletedAt)
      Timestamp when the check was last run
      Returns:
      this.
    • anomaloCheckLastRunEvaluatedMessage

      public B anomaloCheckLastRunEvaluatedMessage(String anomaloCheckLastRunEvaluatedMessage)
      Evaluated message of the latest check run.
      Returns:
      this.
    • anomaloCheckLastRunUrl

      public B anomaloCheckLastRunUrl(String anomaloCheckLastRunUrl)
      URL to the latest check run.
      Returns:
      this.
    • anomaloCheckLinkedAssetQualifiedName

      public B anomaloCheckLinkedAssetQualifiedName(String anomaloCheckLinkedAssetQualifiedName)
      QualifiedName of the asset associated with the check
      Returns:
      this.
    • anomaloCheckPriorityLevel

      public B anomaloCheckPriorityLevel(String anomaloCheckPriorityLevel)
      Priority level of the check in Anomalo
      Returns:
      this.
    • anomaloCheckStatus

      public B anomaloCheckStatus(String anomaloCheckStatus)
      Status of the check in Anomalo
      Returns:
      this.
    • anomaloCheckStatusImageUrl

      public B anomaloCheckStatusImageUrl(String anomaloCheckStatusImageUrl)
      Image URL for the status of the check in Anomalo
      Returns:
      this.
    • anomaloCheckType

      public B anomaloCheckType(String anomaloCheckType)
      Type of check in Anomalo
      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()
    • 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 AnomaloCheck,B extends AnomaloCheck.AnomaloCheckBuilder<C,B>>
    • build

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

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