Interface SelfManagedKafkaEventSourceConfig.Builder

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

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

    • consumerGroupId

      SelfManagedKafkaEventSourceConfig.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 Customizable consumer group ID.

      Parameters:
      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 Customizable consumer group ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.