You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/17 19:52:27 UTC

[camel] 01/01: Regen for commit 203bf267e0b28173a2664becd9feec1dfad095bc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 79374fccdceae81124598d2955d9c2e9327b251d
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Fri Feb 17 18:45:26 2023 +0000

    Regen for commit 203bf267e0b28173a2664becd9feec1dfad095bc
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../builder/endpoint/dsl/MinioEndpointBuilderFactory.java  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
index dbdb0dc910a..bd359b7ef96 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
@@ -2985,6 +2985,20 @@ public interface MinioEndpointBuilderFactory {
         public String minioLength() {
             return "MinioLength";
         }
+
+        /**
+         * Expiration of minio presigned url in Seconds.
+         * 
+         * The option is a: {@code int} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code
+         * MinioPresignedURLExpirationTime}.
+         */
+        public String minioPresignedURLExpirationTime() {
+            return "MinioPresignedURLExpirationTime";
+        }
     }
     static MinioEndpointBuilder endpointBuilder(
             String componentName,