Class SupersetDashboard.SupersetDashboardBuilder<C extends SupersetDashboard,B extends SupersetDashboard.SupersetDashboardBuilder<C,B>>

Enclosing class:
SupersetDashboard

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

    • SupersetDashboardBuilder

      public SupersetDashboardBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for SupersetDashboards.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends SupersetDashboard,B extends SupersetDashboard.SupersetDashboardBuilder<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()
    • 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()
    • supersetChart

      public B supersetChart(ISupersetChart supersetChart)
    • supersetCharts

      public B supersetCharts(Collection<? extends ISupersetChart> supersetCharts)
    • clearSupersetCharts

      public B clearSupersetCharts()
    • supersetDashboardChangedByName

      public B supersetDashboardChangedByName(String supersetDashboardChangedByName)
      Name of the user who changed the dashboard.
      Returns:
      this.
    • supersetDashboardChangedByURL

      public B supersetDashboardChangedByURL(String supersetDashboardChangedByURL)
      URL of the user profile that changed the dashboard
      Returns:
      this.
    • supersetDashboardChartCount

      public B supersetDashboardChartCount(Long supersetDashboardChartCount)
      Count of charts present in the dashboard.
      Returns:
      this.
    • supersetDashboardId

      public B supersetDashboardId(Long supersetDashboardId)
      Identifier of the dashboard in which this asset exists, in Superset.
      Returns:
      this.
    • supersetDashboardIsManagedExternally

      public B supersetDashboardIsManagedExternally(Boolean supersetDashboardIsManagedExternally)
      Whether the dashboard is manager externally (true) or not (false).
      Returns:
      this.
    • supersetDashboardIsPublished

      public B supersetDashboardIsPublished(Boolean supersetDashboardIsPublished)
      Whether the dashboard is published (true) or not (false).
      Returns:
      this.
    • supersetDashboardQualifiedName

      public B supersetDashboardQualifiedName(String supersetDashboardQualifiedName)
      Unique name of the dashboard in which this asset exists.
      Returns:
      this.
    • supersetDashboardThumbnailURL

      public B supersetDashboardThumbnailURL(String supersetDashboardThumbnailURL)
      URL for the dashboard thumbnail image in superset.
      Returns:
      this.
    • supersetDataset

      public B supersetDataset(ISupersetDataset supersetDataset)
    • supersetDatasets

      public B supersetDatasets(Collection<? extends ISupersetDataset> supersetDatasets)
    • clearSupersetDatasets

      public B clearSupersetDatasets()
    • self

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

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

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