@Stability(value=Stable) public static final class CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty |
build()
Builds the configured instance.
|
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder |
consumerGroupId(String consumerGroupId)
|
@Stability(value=Stable) public CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder consumerGroupId(String consumerGroupId)
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.getConsumerGroupId()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 .this@Stability(value=Stable) public CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty>CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.