Class UnstructuredFolder.UnstructuredFolderBuilder<C extends UnstructuredFolder,B extends UnstructuredFolder.UnstructuredFolderBuilder<C,B>>

Enclosing class:
UnstructuredFolder

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

    • UnstructuredFolderBuilder

      public UnstructuredFolderBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for UnstructuredFolders.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends UnstructuredFolder,B extends UnstructuredFolder.UnstructuredFolderBuilder<C,B>>
      Returns:
      this.
    • catalogDatasetGuid

      public B catalogDatasetGuid(String catalogDatasetGuid)
      Unique identifier of the dataset this asset belongs to.
      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()
    • partialChildField

      public B partialChildField(IPartialField partialChildField)
    • partialChildFields

      public B partialChildFields(Collection<? extends IPartialField> partialChildFields)
    • clearPartialChildFields

      public B clearPartialChildFields()
    • partialChildObject

      public B partialChildObject(IPartialObject partialChildObject)
    • partialChildObjects

      public B partialChildObjects(Collection<? extends IPartialObject> partialChildObjects)
    • clearPartialChildObjects

      public B clearPartialChildObjects()
    • unstructuredChildFolder

      public B unstructuredChildFolder(IUnstructuredFolder unstructuredChildFolder)
    • unstructuredChildFolders

      public B unstructuredChildFolders(Collection<? extends IUnstructuredFolder> unstructuredChildFolders)
    • clearUnstructuredChildFolders

      public B clearUnstructuredChildFolders()
    • unstructuredContainer

      public B unstructuredContainer(IUnstructuredContainer unstructuredContainer)
      Data container that directly holds this folder.
      Returns:
      this.
    • unstructuredContainerName

      public B unstructuredContainerName(String unstructuredContainerName)
      Simple name of the data container that holds this asset.
      Returns:
      this.
    • unstructuredContainerQualifiedName

      public B unstructuredContainerQualifiedName(String unstructuredContainerQualifiedName)
      Unique name of the data container that holds this asset.
      Returns:
      this.
    • unstructuredFolderCount

      public B unstructuredFolderCount(Long unstructuredFolderCount)
      Count of child folders directly nested under this folder (immediate children only — sub-folders further down the tree are not counted).
      Returns:
      this.
    • addUnstructuredFolderHierarchy

      public B addUnstructuredFolderHierarchy(Map<String,String> addUnstructuredFolderHierarchy)
    • unstructuredFolderHierarchy

      public B unstructuredFolderHierarchy(Collection<? extends Map<String,String>> unstructuredFolderHierarchy)
    • clearUnstructuredFolderHierarchy

      public B clearUnstructuredFolderHierarchy()
    • unstructuredObjectCount

      public B unstructuredObjectCount(Long unstructuredObjectCount)
      Count of objects directly contained within this folder (immediate children only — objects in sub-folders are not counted).
      Returns:
      this.
    • unstructuredObject

      public B unstructuredObject(IUnstructuredObject unstructuredObject)
    • unstructuredObjects

      public B unstructuredObjects(Collection<? extends IUnstructuredObject> unstructuredObjects)
    • clearUnstructuredObjects

      public B clearUnstructuredObjects()
    • unstructuredParentFolder

      public B unstructuredParentFolder(IUnstructuredFolder unstructuredParentFolder)
      Immediate parent folder of this folder.
      Returns:
      this.
    • unstructuredParentFolderQualifiedName

      public B unstructuredParentFolderQualifiedName(String unstructuredParentFolderQualifiedName)
      Unique name of the immediate parent folder containing this asset.
      Returns:
      this.
    • self

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

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

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