Interface ApacheKafkaCluster.Builder

    • Method Detail

      • bootstrapServers

        ApacheKafkaCluster.Builder bootstrapServers​(String bootstrapServers)

        The bootstrap servers of the cluster.

        Parameters:
        bootstrapServers - The bootstrap servers of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpc

        ApacheKafkaCluster.Builder vpc​(Vpc vpc)

        Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.

        Parameters:
        vpc - Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.