Class SchemaRegistrySubject.SchemaRegistrySubjectBuilder<C extends SchemaRegistrySubject,B extends SchemaRegistrySubject.SchemaRegistrySubjectBuilder<C,B>>

Enclosing class:
SchemaRegistrySubject

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

    • SchemaRegistrySubjectBuilder

      public SchemaRegistrySubjectBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for SchemaRegistrySubjects.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends SchemaRegistrySubject,B extends SchemaRegistrySubject.SchemaRegistrySubjectBuilder<C,B>>
      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.
    • asset

      public B asset(IAsset asset)
    • assets

      public B assets(Collection<? extends IAsset> assets)
    • clearAssets

      public B clearAssets()
    • 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()
    • schemaRegistrySchemaId

      public B schemaRegistrySchemaId(String schemaRegistrySchemaId)
      Unique identifier for schema definition set by the schema registry.
      Returns:
      this.
    • schemaRegistrySchemaType

      public B schemaRegistrySchemaType(SchemaRegistrySchemaType schemaRegistrySchemaType)
      Type of language or specification used to define the schema, for example: JSON, Protobuf, etc.
      Returns:
      this.
    • schemaRegistrySubjectBaseName

      public B schemaRegistrySubjectBaseName(String schemaRegistrySubjectBaseName)
      Base name of the subject, without -key, -value prefixes.
      Returns:
      this.
    • schemaRegistrySubjectGoverningAssetQualifiedName

      public B schemaRegistrySubjectGoverningAssetQualifiedName(String schemaRegistrySubjectGoverningAssetQualifiedName)
    • schemaRegistrySubjectGoverningAssetQualifiedNames

      public B schemaRegistrySubjectGoverningAssetQualifiedNames(Collection<? extends String> schemaRegistrySubjectGoverningAssetQualifiedNames)
    • clearSchemaRegistrySubjectGoverningAssetQualifiedNames

      public B clearSchemaRegistrySubjectGoverningAssetQualifiedNames()
    • schemaRegistrySubjectIsKeySchema

      public B schemaRegistrySubjectIsKeySchema(Boolean schemaRegistrySubjectIsKeySchema)
      Whether the subject is a schema for the keys of the messages (true) or not (false).
      Returns:
      this.
    • schemaRegistrySubjectLatestSchemaDefinition

      public B schemaRegistrySubjectLatestSchemaDefinition(String schemaRegistrySubjectLatestSchemaDefinition)
      Definition of the latest schema in the subject.
      Returns:
      this.
    • schemaRegistrySubjectLatestSchemaVersion

      public B schemaRegistrySubjectLatestSchemaVersion(String schemaRegistrySubjectLatestSchemaVersion)
      Latest schema version of the subject.
      Returns:
      this.
    • schemaRegistrySubjectSchemaCompatibility

      public B schemaRegistrySubjectSchemaCompatibility(SchemaRegistrySchemaCompatibility schemaRegistrySubjectSchemaCompatibility)
      Compatibility of the schema across versions.
      Returns:
      this.
    • self

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

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

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