Class KafkaCluster.KafkaClusterBuilder<C extends KafkaCluster,B extends KafkaCluster.KafkaClusterBuilder<C,B>>

Enclosing class:
KafkaCluster

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

    • KafkaClusterBuilder

      public KafkaClusterBuilder()
  • Method Details

    • $fillValuesFrom

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

      public B typeName(String typeName)
      Fixed typeName for KafkaClusters.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends KafkaCluster,B extends KafkaCluster.KafkaClusterBuilder<C,B>>
      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()
    • kafkaAuthenticationType

      public B kafkaAuthenticationType(String kafkaAuthenticationType)
      Authentication type used to connect to this Kafka cluster, for example: SASL_PLAIN, SASL_SCRAM, TLS, IAM.
      Returns:
      this.
    • kafkaBootstrapServer

      public B kafkaBootstrapServer(String kafkaBootstrapServer)
    • kafkaBootstrapServers

      public B kafkaBootstrapServers(Collection<? extends String> kafkaBootstrapServers)
    • clearKafkaBootstrapServers

      public B clearKafkaBootstrapServers()
    • kafkaBrokerCount

      public B kafkaBrokerCount(Long kafkaBrokerCount)
      Total number of brokers in this cluster.
      Returns:
      this.
    • kafkaClusterType

      public B kafkaClusterType(String kafkaClusterType)
      Distribution type of this Kafka cluster, for example: Apache, Confluent, MSK, Aiven, Redpanda.
      Returns:
      this.
    • kafkaEnvironment

      public B kafkaEnvironment(String kafkaEnvironment)
      Environment classification of this Kafka cluster, for example: DEV, STAGING, PROD.
      Returns:
      this.
    • kafkaPartitionCount

      public B kafkaPartitionCount(Long kafkaPartitionCount)
      Total number of partitions across all topics in this cluster.
      Returns:
      this.
    • kafkaSchemaRegistryUrl

      public B kafkaSchemaRegistryUrl(String kafkaSchemaRegistryUrl)
      URL of the schema registry associated with this cluster.
      Returns:
      this.
    • kafkaTopicCount

      public B kafkaTopicCount(Long kafkaTopicCount)
      Number of topics in this cluster.
      Returns:
      this.
    • kafkaTopic

      public B kafkaTopic(IKafkaTopic kafkaTopic)
    • kafkaTopics

      public B kafkaTopics(Collection<? extends IKafkaTopic> kafkaTopics)
    • clearKafkaTopics

      public B clearKafkaTopics()
    • 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 KafkaCluster,B extends KafkaCluster.KafkaClusterBuilder<C,B>>
    • build

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

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