Class ADLSObject.ADLSObjectBuilder<C extends ADLSObject,B extends ADLSObject.ADLSObjectBuilder<C,B>>

Enclosing class:
ADLSObject

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

    • ADLSObjectBuilder

      public ADLSObjectBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for ADLSObjects.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends ADLSObject,B extends ADLSObject.ADLSObjectBuilder<C,B>>
      Returns:
      this.
    • adlsAccountQualifiedName

      public B adlsAccountQualifiedName(String adlsAccountQualifiedName)
      Unique name of the account for this ADLS asset.
      Returns:
      this.
    • adlsAccountSecondaryLocation

      public B adlsAccountSecondaryLocation(String adlsAccountSecondaryLocation)
      Secondary location of the ADLS account.
      Returns:
      this.
    • adlsContainer

      public B adlsContainer(IADLSContainer adlsContainer)
      Container this object exists within.
      Returns:
      this.
    • adlsContainerQualifiedName

      public B adlsContainerQualifiedName(String adlsContainerQualifiedName)
      Unique name of the container this object exists within.
      Returns:
      this.
    • adlsObjectAccessTier

      public B adlsObjectAccessTier(ADLSAccessTier adlsObjectAccessTier)
      Access tier of this object.
      Returns:
      this.
    • adlsObjectAccessTierLastModifiedTime

      public B adlsObjectAccessTierLastModifiedTime(Long adlsObjectAccessTierLastModifiedTime)
      Time (epoch) when the acccess tier for this object was last modified, in milliseconds.
      Returns:
      this.
    • adlsObjectArchiveStatus

      public B adlsObjectArchiveStatus(ADLSObjectArchiveStatus adlsObjectArchiveStatus)
      Archive status of this object.
      Returns:
      this.
    • adlsObjectCacheControl

      public B adlsObjectCacheControl(String adlsObjectCacheControl)
      Cache control of this object.
      Returns:
      this.
    • adlsObjectContentLanguage

      public B adlsObjectContentLanguage(String adlsObjectContentLanguage)
      Language of this object's contents.
      Returns:
      this.
    • adlsObjectContentMD5Hash

      public B adlsObjectContentMD5Hash(String adlsObjectContentMD5Hash)
      MD5 hash of this object's contents.
      Returns:
      this.
    • adlsObjectContentType

      public B adlsObjectContentType(String adlsObjectContentType)
      Content type of this object.
      Returns:
      this.
    • adlsObjectLeaseState

      public B adlsObjectLeaseState(ADLSLeaseState adlsObjectLeaseState)
      State of this object's lease.
      Returns:
      this.
    • adlsObjectLeaseStatus

      public B adlsObjectLeaseStatus(ADLSLeaseStatus adlsObjectLeaseStatus)
      Status of this object's lease.
      Returns:
      this.
    • putAdlsObjectMetadata

      public B putAdlsObjectMetadata(String putAdlsObjectMetadataKey, String putAdlsObjectMetadataValue)
    • adlsObjectMetadata

      public B adlsObjectMetadata(Map<? extends String,? extends String> adlsObjectMetadata)
    • clearAdlsObjectMetadata

      public B clearAdlsObjectMetadata()
    • adlsObjectServerEncrypted

      public B adlsObjectServerEncrypted(Boolean adlsObjectServerEncrypted)
      Whether this object is server encrypted (true) or not (false).
      Returns:
      this.
    • adlsObjectSize

      public B adlsObjectSize(Long adlsObjectSize)
      Size of this object.
      Returns:
      this.
    • adlsObjectType

      public B adlsObjectType(ADLSObjectType adlsObjectType)
      Type of this object.
      Returns:
      this.
    • adlsObjectUrl

      public B adlsObjectUrl(String adlsObjectUrl)
      URL of this object.
      Returns:
      this.
    • adlsObjectVersionId

      public B adlsObjectVersionId(String adlsObjectVersionId)
      Identifier of the version of this object, from ADLS.
      Returns:
      this.
    • adlsObjectVersionLevelImmutabilitySupport

      public B adlsObjectVersionLevelImmutabilitySupport(Boolean adlsObjectVersionLevelImmutabilitySupport)
      Whether this object supports version-level immutability (true) or not (false).
      Returns:
      this.
    • 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.
    • azureLocation

      public B azureLocation(String azureLocation)
      Location of this asset in Azure.
      Returns:
      this.
    • azureResourceId

      public B azureResourceId(String azureResourceId)
      Resource identifier of this asset in Azure.
      Returns:
      this.
    • azureTag

      public B azureTag(AzureTag azureTag)
    • azureTags

      public B azureTags(Collection<? extends AzureTag> azureTags)
    • clearAzureTags

      public B clearAzureTags()
    • 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 ADLSObject,B extends ADLSObject.ADLSObjectBuilder<C,B>>
    • build

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

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