Class TableauProject.TableauProjectBuilder<C extends TableauProject,B extends TableauProject.TableauProjectBuilder<C,B>>

Enclosing class:
TableauProject

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

    • TableauProjectBuilder

      public TableauProjectBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for TableauProjects.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends TableauProject,B extends TableauProject.TableauProjectBuilder<C,B>>
      Returns:
      this.
    • childProject

      public B childProject(ITableauProject childProject)
    • childProjects

      public B childProjects(Collection<? extends ITableauProject> childProjects)
    • clearChildProjects

      public B clearChildProjects()
    • datasource

      public B datasource(ITableauDatasource datasource)
    • datasources

      public B datasources(Collection<? extends ITableauDatasource> datasources)
    • clearDatasources

      public B clearDatasources()
    • flow

      public B flow(ITableauFlow flow)
    • flows

      public B flows(Collection<? extends ITableauFlow> flows)
    • clearFlows

      public B clearFlows()
    • 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()
    • isTopLevelProject

      public B isTopLevelProject(Boolean isTopLevelProject)
      Whether this project is a top-level project (true) or not (false).
      Returns:
      this.
    • 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()
    • parentProject

      public B parentProject(ITableauProject parentProject)
      Project in which this sub-project exists.
      Returns:
      this.
    • addProjectHierarchy

      public B addProjectHierarchy(Map<String,String> addProjectHierarchy)
    • projectHierarchy

      public B projectHierarchy(Collection<? extends Map<String,String>> projectHierarchy)
    • clearProjectHierarchy

      public B clearProjectHierarchy()
    • site

      public B site(ITableauSite site)
      Site in which this project exists.
      Returns:
      this.
    • siteQualifiedName

      public B siteQualifiedName(String siteQualifiedName)
      Unique name of the site in which this project exists.
      Returns:
      this.
    • tableauProjectHierarchyQualifiedName

      public B tableauProjectHierarchyQualifiedName(String tableauProjectHierarchyQualifiedName)
    • tableauProjectHierarchyQualifiedNames

      public B tableauProjectHierarchyQualifiedNames(Collection<? extends String> tableauProjectHierarchyQualifiedNames)
    • clearTableauProjectHierarchyQualifiedNames

      public B clearTableauProjectHierarchyQualifiedNames()
    • topLevelProjectQualifiedName

      public B topLevelProjectQualifiedName(String topLevelProjectQualifiedName)
      Unique name of the top-level project in which this project exists, if this is a nested project.
      Returns:
      this.
    • workbook

      public B workbook(ITableauWorkbook workbook)
    • workbooks

      public B workbooks(Collection<? extends ITableauWorkbook> workbooks)
    • clearWorkbooks

      public B clearWorkbooks()
    • self

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

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

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