Interface ApacheKafkaCluster.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>, SdkBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>, SdkPojo
Enclosing class:
ApacheKafkaCluster

public static interface ApacheKafkaCluster.Builder extends SdkPojo, CopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>
  • Method Details

    • 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

      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.
    • vpc

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

      This is a convenience method that creates an instance of the Vpc.Builder avoiding the need to create one manually via Vpc.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpc(Vpc).

      Parameters:
      vpc - a consumer that will call methods on Vpc.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: