Class AdfDataset.AdfDatasetBuilder<C extends AdfDataset,B extends AdfDataset.AdfDatasetBuilder<C,B>>

Enclosing class:
AdfDataset

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

    • AdfDatasetBuilder

      public AdfDatasetBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AdfDatasets.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AdfDataset,B extends AdfDataset.AdfDatasetBuilder<C,B>>
      Returns:
      this.
    • adfActivity

      public B adfActivity(IAdfActivity adfActivity)
    • adfActivities

      public B adfActivities(Collection<? extends IAdfActivity> adfActivities)
    • clearAdfActivities

      public B clearAdfActivities()
    • adfAssetFolderPath

      public B adfAssetFolderPath(String adfAssetFolderPath)
      Defines the folder path in which this ADF asset exists.
      Returns:
      this.
    • adfDataflow

      public B adfDataflow(IAdfDataflow adfDataflow)
    • adfDataflows

      public B adfDataflows(Collection<? extends IAdfDataflow> adfDataflows)
    • clearAdfDataflows

      public B clearAdfDataflows()
    • adfDatasetAnnotation

      public B adfDatasetAnnotation(String adfDatasetAnnotation)
    • adfDatasetAnnotations

      public B adfDatasetAnnotations(Collection<? extends String> adfDatasetAnnotations)
    • clearAdfDatasetAnnotations

      public B clearAdfDatasetAnnotations()
    • adfDatasetCollectionName

      public B adfDatasetCollectionName(String adfDatasetCollectionName)
      Defines the name collection in the cosmos dataset.
      Returns:
      this.
    • adfDatasetContainerName

      public B adfDatasetContainerName(String adfDatasetContainerName)
      Defines the container or bucket name in the storage file system dataset.
      Returns:
      this.
    • adfDatasetDatabaseName

      public B adfDatasetDatabaseName(String adfDatasetDatabaseName)
      Defines the name of the database used in the azure delta lake type of dataset.
      Returns:
      this.
    • adfDatasetFileFolderPath

      public B adfDatasetFileFolderPath(String adfDatasetFileFolderPath)
      Defines the folder path of the file in the storage file system dataset.
      Returns:
      this.
    • adfDatasetFileName

      public B adfDatasetFileName(String adfDatasetFileName)
      Defines the name of the file in the storage file system dataset.
      Returns:
      this.
    • adfDatasetLinkedService

      public B adfDatasetLinkedService(String adfDatasetLinkedService)
      Defines the name of the linked service used to create this dataset.
      Returns:
      this.
    • adfDatasetSchemaName

      public B adfDatasetSchemaName(String adfDatasetSchemaName)
      Defines the name of the schema used in the snowflake, mssql, azure sql database type of dataset.
      Returns:
      this.
    • adfDatasetStorageType

      public B adfDatasetStorageType(String adfDatasetStorageType)
      Defines the storage type of storage file system dataset.
      Returns:
      this.
    • adfDatasetTableName

      public B adfDatasetTableName(String adfDatasetTableName)
      Defines the name of the table used in the snowflake, mssql, azure sql database type of dataset.
      Returns:
      this.
    • adfDatasetType

      public B adfDatasetType(String adfDatasetType)
      Defines the type of the dataset.
      Returns:
      this.
    • adfFactoryName

      public B adfFactoryName(String adfFactoryName)
      Defines the name of the factory in which this asset exists.
      Returns:
      this.
    • adfLinkedservice

      public B adfLinkedservice(IAdfLinkedservice adfLinkedservice)
      ADF datasets that are associated with this ADF Linkedservice.
      Returns:
      this.
    • adfPipeline

      public B adfPipeline(IAdfPipeline adfPipeline)
    • adfPipelines

      public B adfPipelines(Collection<? extends IAdfPipeline> adfPipelines)
    • clearAdfPipelines

      public B clearAdfPipelines()
    • 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()
    • self

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

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

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