Class ThoughtspotColumn.ThoughtspotColumnBuilder<C extends ThoughtspotColumn,B extends ThoughtspotColumn.ThoughtspotColumnBuilder<C,B>>

Enclosing class:
ThoughtspotColumn

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

    • ThoughtspotColumnBuilder

      public ThoughtspotColumnBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for ThoughtspotColumns.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends ThoughtspotColumn,B extends ThoughtspotColumn.ThoughtspotColumnBuilder<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()
    • thoughtspotChartType

      public B thoughtspotChartType(String thoughtspotChartType)
      TBC
      Returns:
      this.
    • thoughtspotColumnCount

      public B thoughtspotColumnCount(Long thoughtspotColumnCount)
      Number of Columns.
      Returns:
      this.
    • thoughtspotColumnDataType

      public B thoughtspotColumnDataType(String thoughtspotColumnDataType)
      Specifies the technical format of data stored in a column such as integer, float, string, date, boolean etc.
      Returns:
      this.
    • thoughtspotColumnType

      public B thoughtspotColumnType(String thoughtspotColumnType)
      Defines the analytical role of a column in data analysis categorizing it as a dimension, measure, or attribute.
      Returns:
      this.
    • thoughtspotJoinCount

      public B thoughtspotJoinCount(Long thoughtspotJoinCount)
      Total number of data table joins executed for analysis.
      Returns:
      this.
    • thoughtspotQuestionText

      public B thoughtspotQuestionText(String thoughtspotQuestionText)
      TBC
      Returns:
      this.
    • thoughtspotTable

      public B thoughtspotTable(IThoughtspotTable thoughtspotTable)
      TBC
      Returns:
      this.
    • thoughtspotTableQualifiedName

      public B thoughtspotTableQualifiedName(String thoughtspotTableQualifiedName)
      Unique name of the table in which this column exists.
      Returns:
      this.
    • thoughtspotView

      public B thoughtspotView(IThoughtspotView thoughtspotView)
      TBC
      Returns:
      this.
    • thoughtspotViewQualifiedName

      public B thoughtspotViewQualifiedName(String thoughtspotViewQualifiedName)
      Unique name of the view in which this column exists.
      Returns:
      this.
    • thoughtspotWorksheet

      public B thoughtspotWorksheet(IThoughtspotWorksheet thoughtspotWorksheet)
      TBC
      Returns:
      this.
    • thoughtspotWorksheetQualifiedName

      public B thoughtspotWorksheetQualifiedName(String thoughtspotWorksheetQualifiedName)
      Unique name of the worksheet in which this column exists.
      Returns:
      this.
    • self

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

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

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