Class ADLSAccount.ADLSAccountBuilder<C extends ADLSAccount,B extends ADLSAccount.ADLSAccountBuilder<C,B>>

Enclosing class:
ADLSAccount

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

    • ADLSAccountBuilder

      public ADLSAccountBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for ADLSAccounts.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends ADLSAccount,B extends ADLSAccount.ADLSAccountBuilder<C,B>>
      Returns:
      this.
    • adlsAccountAccessTier

      public B adlsAccountAccessTier(ADLSAccessTier adlsAccountAccessTier)
      Access tier of this account.
      Returns:
      this.
    • adlsAccountKind

      public B adlsAccountKind(ADLSStorageKind adlsAccountKind)
      Kind of this account.
      Returns:
      this.
    • adlsAccountPerformance

      public B adlsAccountPerformance(ADLSPerformance adlsAccountPerformance)
      Performance of this account.
      Returns:
      this.
    • adlsAccountProvisionState

      public B adlsAccountProvisionState(ADLSProvisionState adlsAccountProvisionState)
      Provision state of this account.
      Returns:
      this.
    • adlsAccountQualifiedName

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

      public B adlsAccountReplication(ADLSReplicationType adlsAccountReplication)
      Replication of this account.
      Returns:
      this.
    • adlsAccountResourceGroup

      public B adlsAccountResourceGroup(String adlsAccountResourceGroup)
      Resource group for this account.
      Returns:
      this.
    • adlsAccountSecondaryLocation

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

      public B adlsAccountSubscription(String adlsAccountSubscription)
      Subscription for this account.
      Returns:
      this.
    • adlsContainer

      public B adlsContainer(IADLSContainer adlsContainer)
    • adlsContainers

      public B adlsContainers(Collection<? extends IADLSContainer> adlsContainers)
    • clearAdlsContainers

      public B clearAdlsContainers()
    • adlsETag

      public B adlsETag(String adlsETag)
      Entity tag for the asset. An entity tag is a hash of the object and represents changes to the contents of an object only, not its metadata.
      Returns:
      this.
    • adlsEncryptionType

      public B adlsEncryptionType(ADLSEncryptionTypes adlsEncryptionType)
      Type of encryption for this account.
      Returns:
      this.
    • adlsPrimaryDiskState

      public B adlsPrimaryDiskState(ADLSAccountStatus adlsPrimaryDiskState)
      Primary disk state of this account.
      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 ADLSAccount,B extends ADLSAccount.ADLSAccountBuilder<C,B>>
    • build

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

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