Class AnaplanModule.AnaplanModuleBuilder<C extends AnaplanModule,B extends AnaplanModule.AnaplanModuleBuilder<C,B>>

Enclosing class:
AnaplanModule

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

    • AnaplanModuleBuilder

      public AnaplanModuleBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AnaplanModules.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AnaplanModule,B extends AnaplanModule.AnaplanModuleBuilder<C,B>>
      Returns:
      this.
    • anaplanLineItem

      public B anaplanLineItem(IAnaplanLineItem anaplanLineItem)
    • anaplanLineItems

      public B anaplanLineItems(Collection<? extends IAnaplanLineItem> anaplanLineItems)
    • clearAnaplanLineItems

      public B clearAnaplanLineItems()
    • anaplanModel

      public B anaplanModel(IAnaplanModel anaplanModel)
      AnaplanModel asset containing this AnaplanModule.
      Returns:
      this.
    • anaplanModelName

      public B anaplanModelName(String anaplanModelName)
      Simple name of the AnaplanModel asset that contains this asset(AnaplanModule and everthing under it's hierarchy).
      Returns:
      this.
    • anaplanModelQualifiedName

      public B anaplanModelQualifiedName(String anaplanModelQualifiedName)
      Unique name of the AnaplanModel asset that contains this asset(AnaplanModule and everthing under it's hierarchy).
      Returns:
      this.
    • anaplanModuleName

      public B anaplanModuleName(String anaplanModuleName)
      Simple name of the AnaplanModule asset that contains this asset(AnaplanLineItem, AnaplanList, AnaplanView and everthing under their hierarchy).
      Returns:
      this.
    • anaplanModuleQualifiedName

      public B anaplanModuleQualifiedName(String anaplanModuleQualifiedName)
      Unique name of the AnaplanModule asset that contains this asset(AnaplanLineItem, AnaplanList, AnaplanView and everthing under their hierarchy).
      Returns:
      this.
    • anaplanSourceId

      public B anaplanSourceId(String anaplanSourceId)
      Id/Guid of the Anaplan asset in the source system.
      Returns:
      this.
    • anaplanView

      public B anaplanView(IAnaplanView anaplanView)
    • anaplanViews

      public B anaplanViews(Collection<? extends IAnaplanView> anaplanViews)
    • clearAnaplanViews

      public B clearAnaplanViews()
    • anaplanWorkspaceName

      public B anaplanWorkspaceName(String anaplanWorkspaceName)
      Simple name of the AnaplanWorkspace asset that contains this asset(AnaplanModel and everthing under it's hierarchy).
      Returns:
      this.
    • anaplanWorkspaceQualifiedName

      public B anaplanWorkspaceQualifiedName(String anaplanWorkspaceQualifiedName)
      Unique name of the AnaplanWorkspace asset that contains this asset(AnaplanModel and everthing under it's hierarchy).
      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()
    • self

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

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

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