public static interface ApacheKafkaClusterDescription.Builder extends SdkPojo, CopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription>
| Modifier and Type | Method and Description |
|---|---|
ApacheKafkaClusterDescription.Builder |
bootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
|
default ApacheKafkaClusterDescription.Builder |
vpc(Consumer<VpcDescription.Builder> vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
ApacheKafkaClusterDescription.Builder |
vpc(VpcDescription vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApacheKafkaClusterDescription.Builder bootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
bootstrapServers - The bootstrap servers of the cluster.ApacheKafkaClusterDescription.Builder vpc(VpcDescription 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 ApacheKafkaClusterDescription.Builder vpc(Consumer<VpcDescription.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 theVpcDescription.Builder avoiding the need
to create one manually via VpcDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpc(VpcDescription).
vpc - a consumer that will call methods on VpcDescription.Buildervpc(VpcDescription)Copyright © 2023. All rights reserved.