Class AtlanAppTool.AtlanAppToolBuilder<C extends AtlanAppTool,B extends AtlanAppTool.AtlanAppToolBuilder<C,B>>

Enclosing class:
AtlanAppTool

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

    • AtlanAppToolBuilder

      public AtlanAppToolBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for AtlanAppTools.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends AtlanAppTool,B extends AtlanAppTool.AtlanAppToolBuilder<C,B>>
      Returns:
      this.
    • appId

      public B appId(String appId)
      Unique identifier for the application asset from the source system.
      Returns:
      this.
    • atlanApp

      public B atlanApp(IAtlanApp atlanApp)
      Atlan application containing the tool.
      Returns:
      this.
    • atlanAppMetadata

      public B atlanAppMetadata(String atlanAppMetadata)
      Metadata for the Atlan application (escaped JSON string).
      Returns:
      this.
    • atlanAppName

      public B atlanAppName(String atlanAppName)
      Name of the Atlan application this asset belongs to.
      Returns:
      this.
    • atlanAppQualifiedName

      public B atlanAppQualifiedName(String atlanAppQualifiedName)
      Qualified name of the Atlan application this asset belongs to.
      Returns:
      this.
    • atlanAppToolCategory

      public B atlanAppToolCategory(String atlanAppToolCategory)
      Category of the tool.
      Returns:
      this.
    • atlanAppToolInputSchema

      public B atlanAppToolInputSchema(String atlanAppToolInputSchema)
      Input schema for the Atlan application tool (escaped JSON string of JSONSchema).
      Returns:
      this.
    • atlanAppToolOutputSchema

      public B atlanAppToolOutputSchema(String atlanAppToolOutputSchema)
      Output schema for the Atlan application tool (escaped JSON string of JSONSchema).
      Returns:
      this.
    • atlanAppToolTaskQueue

      public B atlanAppToolTaskQueue(String atlanAppToolTaskQueue)
      Name of the Temporal task queue for the Atlan application tool.
      Returns:
      this.
    • atlanAppTool

      public B atlanAppTool(IAtlanAppTool atlanAppTool)
    • atlanAppTools

      public B atlanAppTools(Collection<? extends IAtlanAppTool> atlanAppTools)
    • clearAtlanAppTools

      public B clearAtlanAppTools()
    • atlanAppWorkflow

      public B atlanAppWorkflow(IAtlanAppWorkflow atlanAppWorkflow)
    • atlanAppWorkflows

      public B atlanAppWorkflows(Collection<? extends IAtlanAppWorkflow> atlanAppWorkflows)
    • clearAtlanAppWorkflows

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

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

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

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