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 <osc...@users.noreply.github.com> AuthorDate: Fri Feb 17 18:45:26 2023 +0000 Regen for commit 203bf267e0b28173a2664becd9feec1dfad095bc Signed-off-by: GitHub <nore...@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,