Class TableauWorksheetField.TableauWorksheetFieldBuilder<C extends TableauWorksheetField,B extends TableauWorksheetField.TableauWorksheetFieldBuilder<C,B>>

Enclosing class:
TableauWorksheetField

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

    • TableauWorksheetFieldBuilder

      public TableauWorksheetFieldBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for TableauWorksheetFields.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends TableauWorksheetField,B extends TableauWorksheetField.TableauWorksheetFieldBuilder<C,B>>
      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()
    • modelImplementedAttribute

      public B modelImplementedAttribute(IModelAttribute modelImplementedAttribute)
    • modelImplementedAttributes

      public B modelImplementedAttributes(Collection<? extends IModelAttribute> modelImplementedAttributes)
    • clearModelImplementedAttributes

      public B clearModelImplementedAttributes()
    • 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()
    • tableauCalculatedField

      public B tableauCalculatedField(ITableauCalculatedField tableauCalculatedField)
      Calculated field this worksheet field uses.
      Returns:
      this.
    • tableauDashboardField

      public B tableauDashboardField(ITableauDashboardField tableauDashboardField)
      Worksheet field used by this dashboard field.
      Returns:
      this.
    • tableauDatasourceField

      public B tableauDatasourceField(ITableauDatasourceField tableauDatasourceField)
      Datasource field this worksheet field uses.
      Returns:
      this.
    • tableauFullyQualifiedName

      public B tableauFullyQualifiedName(String tableauFullyQualifiedName)
      Name used internally in Tableau to uniquely identify this field.
      Returns:
      this.
    • addTableauProjectHierarchy

      public B addTableauProjectHierarchy(Map<String,String> addTableauProjectHierarchy)
    • tableauProjectHierarchy

      public B tableauProjectHierarchy(Collection<? extends Map<String,String>> tableauProjectHierarchy)
    • clearTableauProjectHierarchy

      public B clearTableauProjectHierarchy()
    • tableauProjectQualifiedName

      public B tableauProjectQualifiedName(String tableauProjectQualifiedName)
      Unique name of the project in which this worksheet field exists.
      Returns:
      this.
    • tableauSiteQualifiedName

      public B tableauSiteQualifiedName(String tableauSiteQualifiedName)
      Unique name of the site in which this worksheet field exists.
      Returns:
      this.
    • tableauTopLevelProjectQualifiedName

      public B tableauTopLevelProjectQualifiedName(String tableauTopLevelProjectQualifiedName)
      Unique name of the top-level project in which this worksheet field exists.
      Returns:
      this.
    • tableauWorkbookQualifiedName

      public B tableauWorkbookQualifiedName(String tableauWorkbookQualifiedName)
      Unique name of the workbook in which this worksheet field exists.
      Returns:
      this.
    • tableauWorksheet

      public B tableauWorksheet(ITableauWorksheet tableauWorksheet)
      Worksheet in which this field exists.
      Returns:
      this.
    • tableauWorksheetFieldBinSize

      public B tableauWorksheetFieldBinSize(String tableauWorksheetFieldBinSize)
      Bin size of this field.
      Returns:
      this.
    • tableauWorksheetFieldDataCategory

      public B tableauWorksheetFieldDataCategory(String tableauWorksheetFieldDataCategory)
      Data category of this field.
      Returns:
      this.
    • tableauWorksheetFieldDataType

      public B tableauWorksheetFieldDataType(String tableauWorksheetFieldDataType)
      Data type of this field.
      Returns:
      this.
    • tableauWorksheetFieldFormula

      public B tableauWorksheetFieldFormula(String tableauWorksheetFieldFormula)
      Formula for this field.
      Returns:
      this.
    • tableauWorksheetFieldRole

      public B tableauWorksheetFieldRole(String tableauWorksheetFieldRole)
      Role of this field, for example: 'dimension', 'measure', or 'unknown'.
      Returns:
      this.
    • tableauWorksheetFieldType

      public B tableauWorksheetFieldType(String tableauWorksheetFieldType)
      Type of this worksheet field.
      Returns:
      this.
    • tableauWorksheetFieldUpstreamColumn

      public B tableauWorksheetFieldUpstreamColumn(Map<String,String> tableauWorksheetFieldUpstreamColumn)
    • tableauWorksheetFieldUpstreamColumns

      public B tableauWorksheetFieldUpstreamColumns(Collection<? extends Map<String,String>> tableauWorksheetFieldUpstreamColumns)
    • clearTableauWorksheetFieldUpstreamColumns

      public B clearTableauWorksheetFieldUpstreamColumns()
    • tableauWorksheetFieldUpstreamField

      public B tableauWorksheetFieldUpstreamField(Map<String,String> tableauWorksheetFieldUpstreamField)
    • tableauWorksheetFieldUpstreamFields

      public B tableauWorksheetFieldUpstreamFields(Collection<? extends Map<String,String>> tableauWorksheetFieldUpstreamFields)
    • clearTableauWorksheetFieldUpstreamFields

      public B clearTableauWorksheetFieldUpstreamFields()
    • tableauWorksheetFieldUpstreamTable

      public B tableauWorksheetFieldUpstreamTable(Map<String,String> tableauWorksheetFieldUpstreamTable)
    • tableauWorksheetFieldUpstreamTables

      public B tableauWorksheetFieldUpstreamTables(Collection<? extends Map<String,String>> tableauWorksheetFieldUpstreamTables)
    • clearTableauWorksheetFieldUpstreamTables

      public B clearTableauWorksheetFieldUpstreamTables()
    • tableauWorksheetQualifiedName

      public B tableauWorksheetQualifiedName(String tableauWorksheetQualifiedName)
      Unique name of the datasource in which this worksheet field exists.
      Returns:
      this.
    • self

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

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

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