Class SapErpColumn.SapErpColumnBuilder<C extends SapErpColumn,B extends SapErpColumn.SapErpColumnBuilder<C,B>>

Enclosing class:
SapErpColumn

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

    • SapErpColumnBuilder

      public SapErpColumnBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for SapErpColumns.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends SapErpColumn,B extends SapErpColumn.SapErpColumnBuilder<C,B>>
      Returns:
      this.
    • calculationViewName

      public B calculationViewName(String calculationViewName)
      Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
      Returns:
      this.
    • calculationViewQualifiedName

      public B calculationViewQualifiedName(String calculationViewQualifiedName)
      Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
      Returns:
      this.
    • databaseName

      public B databaseName(String databaseName)
      Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.
      Returns:
      this.
    • databaseQualifiedName

      public B databaseQualifiedName(String databaseQualifiedName)
      Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.
      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()
    • 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()
    • isProfiled

      public B isProfiled(Boolean isProfiled)
      Whether this asset has been profiled (true) or not (false).
      Returns:
      this.
    • lastProfiledAt

      public B lastProfiledAt(Long lastProfiledAt)
      Time (epoch) at which this asset was last profiled, in milliseconds.
      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()
    • queryCount

      public B queryCount(Long queryCount)
      Number of times this asset has been queried.
      Returns:
      this.
    • queryCountUpdatedAt

      public B queryCountUpdatedAt(Long queryCountUpdatedAt)
      Time (epoch) at which the query count was last updated, in milliseconds.
      Returns:
      this.
    • queryUserCount

      public B queryUserCount(Long queryUserCount)
      Number of unique users who have queried this asset.
      Returns:
      this.
    • putQueryUserMap

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

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

      public B clearQueryUserMap()
    • sapComponentName

      public B sapComponentName(String sapComponentName)
      Name of the SAP component, representing a specific functional area in SAP.
      Returns:
      this.
    • sapDataType

      public B sapDataType(String sapDataType)
      SAP-specific data types
      Returns:
      this.
    • sapErpColumnDataElement

      public B sapErpColumnDataElement(String sapErpColumnDataElement)
      Represents the SAP ERP data element, providing semantic information about the column.
      Returns:
      this.
    • sapErpColumnDecimals

      public B sapErpColumnDecimals(String sapErpColumnDecimals)
      Defines the number of decimal places allowed for numeric values in the SAP ERP column.
      Returns:
      this.
    • sapErpColumnIsForeign

      public B sapErpColumnIsForeign(Boolean sapErpColumnIsForeign)
      When true, this column is the foreign key for the SAP ERP table or view.
      Returns:
      this.
    • sapErpColumnIsMandatory

      public B sapErpColumnIsMandatory(Boolean sapErpColumnIsMandatory)
      When true, the values in this column can be null.
      Returns:
      this.
    • sapErpColumnIsPrimary

      public B sapErpColumnIsPrimary(Boolean sapErpColumnIsPrimary)
      When true, this column is the primary key for the SAP ERP table or view.
      Returns:
      this.
    • sapErpColumnLength

      public B sapErpColumnLength(String sapErpColumnLength)
      Indicates the maximum length of the values that the SAP ERP column can store.
      Returns:
      this.
    • sapErpColumnLogicalDataType

      public B sapErpColumnLogicalDataType(String sapErpColumnLogicalDataType)
      Specifies the logical data type of values in this SAP ERP column
      Returns:
      this.
    • sapErpTable

      public B sapErpTable(ISapErpTable sapErpTable)
      SAP ERP table in which this column exists.
      Returns:
      this.
    • sapErpTableName

      public B sapErpTableName(String sapErpTableName)
      Simple name of the SAP ERP table in which this column asset exists.
      Returns:
      this.
    • sapErpTableQualifiedName

      public B sapErpTableQualifiedName(String sapErpTableQualifiedName)
      Unique name of the SAP ERP table in which this SQL asset exists.
      Returns:
      this.
    • sapErpView

      public B sapErpView(ISapErpView sapErpView)
      SAP ERP View in which this column exists.
      Returns:
      this.
    • sapErpViewName

      public B sapErpViewName(String sapErpViewName)
      Simple name of the SAP ERP view in which this column asset exists.
      Returns:
      this.
    • sapErpViewQualifiedName

      public B sapErpViewQualifiedName(String sapErpViewQualifiedName)
      Unique name of the SAP ERP view in which this column asset exists.
      Returns:
      this.
    • sapFieldCount

      public B sapFieldCount(Long sapFieldCount)
      Represents the total number of fields, columns, or child assets present in a given SAP asset.
      Returns:
      this.
    • sapFieldOrder

      public B sapFieldOrder(Integer sapFieldOrder)
      Indicates the sequential position of a field, column, or child asset within its parent SAP asset, starting from 1.
      Returns:
      this.
    • sapLogicalName

      public B sapLogicalName(String sapLogicalName)
      Logical, business-friendly identifier for SAP data objects, aligned with business terminology and concepts.
      Returns:
      this.
    • sapPackageName

      public B sapPackageName(String sapPackageName)
      Name of the SAP package, representing a logical grouping of related SAP data objects.
      Returns:
      this.
    • sapTechnicalName

      public B sapTechnicalName(String sapTechnicalName)
      Technical identifier for SAP data objects, used for integration and internal reference.
      Returns:
      this.
    • schemaName

      public B schemaName(String schemaName)
      Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
      Returns:
      this.
    • schemaQualifiedName

      public B schemaQualifiedName(String schemaQualifiedName)
      Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
      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)
      Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.
      Returns:
      this.
    • tableQualifiedName

      public B tableQualifiedName(String tableQualifiedName)
      Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.
      Returns:
      this.
    • viewName

      public B viewName(String viewName)
      Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.
      Returns:
      this.
    • viewQualifiedName

      public B viewQualifiedName(String viewQualifiedName)
      Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.
      Returns:
      this.
    • self

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

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

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