Class EventSourceMappingSelfManagedKafkaEventSourceConfigArgs.Builder

    • Method Detail

      • consumerGroupId

        public EventSourceMappingSelfManagedKafkaEventSourceConfigArgs.Builder consumerGroupId​(@Nullable
                                                                                               com.pulumi.core.Output<java.lang.String> consumerGroupId)
        Parameters:
        consumerGroupId - A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
        Returns:
        builder
      • consumerGroupId

        public EventSourceMappingSelfManagedKafkaEventSourceConfigArgs.Builder consumerGroupId​(java.lang.String consumerGroupId)
        Parameters:
        consumerGroupId - A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
        Returns:
        builder