Class AtlanQuery.AtlanQueryBuilder<C extends AtlanQuery,B extends AtlanQuery.AtlanQueryBuilder<C,B>>

Enclosing class:
AtlanQuery

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

    • AtlanQueryBuilder

      public AtlanQueryBuilder()
  • Method Details

    • withRawQuery

      public B withRawQuery(String schemaQualifiedName, String query)
    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AtlanQuerys.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AtlanQuery,B extends AtlanQuery.AtlanQueryBuilder<C,B>>
      Returns:
      this.
    • applicationContainer

      public B applicationContainer(IApplicationContainer applicationContainer)
      TBC
      Returns:
      this.
    • assetApplicationQualifiedName

      public B assetApplicationQualifiedName(String assetApplicationQualifiedName)
      TBC
      Returns:
      this.
    • calculationViewName

      public B calculationViewName(String calculationViewName)
      TBC
      Returns:
      this.
    • calculationViewQualifiedName

      public B calculationViewQualifiedName(String calculationViewQualifiedName)
      TBC
      Returns:
      this.
    • collectionQualifiedName

      public B collectionQualifiedName(String collectionQualifiedName)
      TBC
      Returns:
      this.
    • column

      public B column(IColumn column)
    • columns

      public B columns(Collection<? extends IColumn> columns)
    • clearColumns

      public B clearColumns()
    • databaseName

      public B databaseName(String databaseName)
      TBC
      Returns:
      this.
    • databaseQualifiedName

      public B databaseQualifiedName(String databaseQualifiedName)
      TBC
      Returns:
      this.
    • dbtModel

      public B dbtModel(IDbtModel dbtModel)
    • dbtModels

      public B dbtModels(Collection<? extends IDbtModel> dbtModels)
    • clearDbtModels

      public B clearDbtModels()
    • dbtSource

      public B dbtSource(IDbtSource dbtSource)
    • dbtSources

      public B dbtSources(Collection<? extends IDbtSource> dbtSources)
    • clearDbtSources

      public B clearDbtSources()
    • dbtTest

      public B dbtTest(IDbtTest dbtTest)
    • dbtTests

      public B dbtTests(Collection<? extends IDbtTest> dbtTests)
    • clearDbtTests

      public B clearDbtTests()
    • defaultDatabaseQualifiedName

      public B defaultDatabaseQualifiedName(String defaultDatabaseQualifiedName)
      TBC
      Returns:
      this.
    • defaultSchemaQualifiedName

      public B defaultSchemaQualifiedName(String defaultSchemaQualifiedName)
      TBC
      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()
    • isPrivate

      public B isPrivate(Boolean isPrivate)
      TBC
      Returns:
      this.
    • isProfiled

      public B isProfiled(Boolean isProfiled)
      TBC
      Returns:
      this.
    • isSqlSnippet

      public B isSqlSnippet(Boolean isSqlSnippet)
      TBC
      Returns:
      this.
    • isVisualQuery

      public B isVisualQuery(Boolean isVisualQuery)
      TBC
      Returns:
      this.
    • lastProfiledAt

      public B lastProfiledAt(Long lastProfiledAt)
      TBC
      Returns:
      this.
    • longRawQuery

      public B longRawQuery(String longRawQuery)
      TBC
      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()
    • parent

      public B parent(INamespace parent)
      TBC
      Returns:
      this.
    • parentQualifiedName

      public B parentQualifiedName(String parentQualifiedName)
      TBC
      Returns:
      this.
    • queryCount

      public B queryCount(Long queryCount)
      TBC
      Returns:
      this.
    • queryCountUpdatedAt

      public B queryCountUpdatedAt(Long queryCountUpdatedAt)
      TBC
      Returns:
      this.
    • queryUserCount

      public B queryUserCount(Long queryUserCount)
      TBC
      Returns:
      this.
    • putQueryUserMap

      public B putQueryUserMap(String putQueryUserMapKey, Long putQueryUserMapValue)
    • queryUserMap

      public B queryUserMap(Map<? extends String,? extends Long> queryUserMap)
    • clearQueryUserMap

      public B clearQueryUserMap()
    • rawQuery

      public B rawQuery(String rawQuery)
      TBC
      Returns:
      this.
    • rawQueryText

      public B rawQueryText(String rawQueryText)
      TBC
      Returns:
      this.
    • schemaName

      public B schemaName(String schemaName)
      TBC
      Returns:
      this.
    • schemaQualifiedName

      public B schemaQualifiedName(String schemaQualifiedName)
      TBC
      Returns:
      this.
    • sqlDBTSource

      public B sqlDBTSource(IDbtSource sqlDBTSource)
    • sqlDBTSources

      public B sqlDBTSources(Collection<? extends IDbtSource> sqlDBTSources)
    • clearSqlDBTSources

      public B clearSqlDBTSources()
    • sqlDbtModel

      public B sqlDbtModel(IDbtModel sqlDbtModel)
    • sqlDbtModels

      public B sqlDbtModels(Collection<? extends IDbtModel> sqlDbtModels)
    • clearSqlDbtModels

      public B clearSqlDbtModels()
    • tableName

      public B tableName(String tableName)
      TBC
      Returns:
      this.
    • tableQualifiedName

      public B tableQualifiedName(String tableQualifiedName)
      TBC
      Returns:
      this.
    • table

      public B table(ITable table)
    • tables

      public B tables(Collection<? extends ITable> tables)
    • clearTables

      public B clearTables()
    • variablesSchemaBase64

      public B variablesSchemaBase64(String variablesSchemaBase64)
      TBC
      Returns:
      this.
    • viewName

      public B viewName(String viewName)
      TBC
      Returns:
      this.
    • viewQualifiedName

      public B viewQualifiedName(String viewQualifiedName)
      TBC
      Returns:
      this.
    • view

      public B view(IView view)
    • views

      public B views(Collection<? extends IView> views)
    • clearViews

      public B clearViews()
    • visualBuilderSchemaBase64

      public B visualBuilderSchemaBase64(String visualBuilderSchemaBase64)
      TBC
      Returns:
      this.
    • self

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

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

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