public static interface ApacheKafkaCluster.Builder extends SdkPojo, CopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>
| Modifier and Type | Method and Description |
|---|---|
ApacheKafkaCluster.Builder |
bootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
|
default ApacheKafkaCluster.Builder |
vpc(Consumer<Vpc.Builder> vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
ApacheKafkaCluster.Builder |
vpc(Vpc vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApacheKafkaCluster.Builder bootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
bootstrapServers - The bootstrap servers of the cluster.ApacheKafkaCluster.Builder vpc(Vpc vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
vpc - Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.default ApacheKafkaCluster.Builder vpc(Consumer<Vpc.Builder> 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 theVpc.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).
vpc - a consumer that will call methods on Vpc.Buildervpc(Vpc)Copyright © 2023. All rights reserved.