public static interface SelfManagedKafkaEventSourceConfig.Builder extends SdkPojo, CopyableBuilder<SelfManagedKafkaEventSourceConfig.Builder,SelfManagedKafkaEventSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaEventSourceConfig.Builder |
consumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedKafkaEventSourceConfig.Builder consumerGroupId(String consumerGroupId)
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see services-msk-consumer-group-id.
consumerGroupId - The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all
your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID
specified, you cannot update this value. For more information, see
services-msk-consumer-group-id.Copyright © 2022. All rights reserved.