This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git
commit c797c0ddd1d38d02a7a579b6a62263eb62093a5c Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Tue Jun 20 05:48:24 2023 +0000 Regen for commit b45342564fe06036ec1d53da4d6ce7a7be321ea8 Signed-off-by: GitHub <nore...@github.com> --- .../endpoint/dsl/MongoDbEndpointBuilderFactory.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java index 3d886ffa0f8..ba70ed9f52b 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MongoDbEndpointBuilderFactory.java @@ -255,6 +255,23 @@ public interface MongoDbEndpointBuilderFactory { doSetProperty("consumerType", consumerType); return this; } + /** + * Specifies whether changeStream consumer include a copy of the full + * document when modified by update operations. Possible values are + * default and updateLookup. + * + * The option is a: <code>java.lang.String</code> type. + * + * Default: default + * Group: changeStream + * + * @param fullDocument the value to set + * @return the dsl builder + */ + default MongoDbEndpointConsumerBuilder fullDocument(String fullDocument) { + doSetProperty("fullDocument", fullDocument); + return this; + } /** * Filter condition for change streams consumer. *