Class MCIncident.MCIncidentBuilder<C extends MCIncident,B extends MCIncident.MCIncidentBuilder<C,B>>

Enclosing class:
MCIncident

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

    • MCIncidentBuilder

      public MCIncidentBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for MCIncidents.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends MCIncident,B extends MCIncident.MCIncidentBuilder<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()
    • mcAssetQualifiedName

      public B mcAssetQualifiedName(String mcAssetQualifiedName)
    • mcAssetQualifiedNames

      public B mcAssetQualifiedNames(Collection<? extends String> mcAssetQualifiedNames)
    • clearMcAssetQualifiedNames

      public B clearMcAssetQualifiedNames()
    • mcIncidentAsset

      public B mcIncidentAsset(IAsset mcIncidentAsset)
    • mcIncidentAssets

      public B mcIncidentAssets(Collection<? extends IAsset> mcIncidentAssets)
    • clearMcIncidentAssets

      public B clearMcIncidentAssets()
    • mcIncidentId

      public B mcIncidentId(String mcIncidentId)
      Identifier of this incident, from Monte Carlo.
      Returns:
      this.
    • mcIncidentPriority

      public B mcIncidentPriority(String mcIncidentPriority)
      Priority of this incident inherited from monitor.
      Returns:
      this.
    • mcIncidentSeverity

      public B mcIncidentSeverity(String mcIncidentSeverity)
      Severity of this incident.
      Returns:
      this.
    • mcIncidentState

      public B mcIncidentState(String mcIncidentState)
      State of this incident.
      Returns:
      this.
    • mcIncidentSubType

      public B mcIncidentSubType(String mcIncidentSubType)
    • mcIncidentSubTypes

      public B mcIncidentSubTypes(Collection<? extends String> mcIncidentSubTypes)
    • clearMcIncidentSubTypes

      public B clearMcIncidentSubTypes()
    • mcIncidentType

      public B mcIncidentType(String mcIncidentType)
      Type of this incident.
      Returns:
      this.
    • mcIncidentWarehouse

      public B mcIncidentWarehouse(String mcIncidentWarehouse)
      Name of this incident's warehouse.
      Returns:
      this.
    • mcLabel

      public B mcLabel(String mcLabel)
    • mcLabels

      public B mcLabels(Collection<? extends String> mcLabels)
    • clearMcLabels

      public B clearMcLabels()
    • mcMonitor

      public B mcMonitor(IMCMonitor mcMonitor)
      Monitor in which this incident exists.
      Overrides:
      mcMonitor in class Asset.AssetBuilder<C extends MCIncident,B extends MCIncident.MCIncidentBuilder<C,B>>
      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 MCIncident,B extends MCIncident.MCIncidentBuilder<C,B>>
    • build

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

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