This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 127a58cdf20 Regen for commit e48300c198e90890c9bfc65321919410b9cafc21
127a58cdf20 is described below
commit 127a58cdf20aa8f2cb0b32e99d8b995235dd8881
Author: oscerd <[email protected]>
AuthorDate: Wed May 18 09:54:20 2022 +0000
Regen for commit e48300c198e90890c9bfc65321919410b9cafc21
Signed-off-by: GitHub <[email protected]>
---
.../endpoint/dsl/BlobEndpointBuilderFactory.java | 111 +++++++++++++++++++--
1 file changed, 105 insertions(+), 6 deletions(-)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
index 3f9b6337a23..c6a8e431461 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
@@ -46,8 +46,8 @@ public interface BlobEndpointBuilderFactory {
return (AdvancedBlobEndpointConsumerBuilder) this;
}
/**
- * The blob name, to consume specific blob from a container. However on
- * producer, is only required for the operations on the blob level.
+ * The blob name, to consume specific blob from a container. However,
on
+ * producer it is only required for the operations on the blob level.
*
* The option is a: <code>java.lang.String</code> type.
*
@@ -243,6 +243,39 @@ public interface BlobEndpointBuilderFactory {
doSetProperty("credentials", credentials);
return this;
}
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option is a:
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointConsumerBuilder credentialType(
+ org.apache.camel.component.azure.storage.blob.CredentialType
credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option will be converted to a
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointConsumerBuilder credentialType(String
credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
/**
* How many bytes to include in the range. Must be greater than or
equal
* to 0 if specified.
@@ -1191,8 +1224,8 @@ public interface BlobEndpointBuilderFactory {
return (AdvancedBlobEndpointProducerBuilder) this;
}
/**
- * The blob name, to consume specific blob from a container. However on
- * producer, is only required for the operations on the blob level.
+ * The blob name, to consume specific blob from a container. However,
on
+ * producer it is only required for the operations on the blob level.
*
* The option is a: <code>java.lang.String</code> type.
*
@@ -1388,6 +1421,39 @@ public interface BlobEndpointBuilderFactory {
doSetProperty("credentials", credentials);
return this;
}
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option is a:
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointProducerBuilder credentialType(
+ org.apache.camel.component.azure.storage.blob.CredentialType
credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option will be converted to a
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointProducerBuilder credentialType(String
credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
/**
* How many bytes to include in the range. Must be greater than or
equal
* to 0 if specified.
@@ -2147,8 +2213,8 @@ public interface BlobEndpointBuilderFactory {
return (AdvancedBlobEndpointBuilder) this;
}
/**
- * The blob name, to consume specific blob from a container. However on
- * producer, is only required for the operations on the blob level.
+ * The blob name, to consume specific blob from a container. However,
on
+ * producer it is only required for the operations on the blob level.
*
* The option is a: <code>java.lang.String</code> type.
*
@@ -2343,6 +2409,39 @@ public interface BlobEndpointBuilderFactory {
doSetProperty("credentials", credentials);
return this;
}
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option is a:
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointBuilder credentialType(
+ org.apache.camel.component.azure.storage.blob.CredentialType
credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
+ /**
+ * Determines the credential strategy to adopt.
+ *
+ * The option will be converted to a
+ *
<code>org.apache.camel.component.azure.storage.blob.CredentialType</code>
type.
+ *
+ * Default: AZURE_IDENTITY
+ * Group: common
+ *
+ * @param credentialType the value to set
+ * @return the dsl builder
+ */
+ default BlobEndpointBuilder credentialType(String credentialType) {
+ doSetProperty("credentialType", credentialType);
+ return this;
+ }
/**
* How many bytes to include in the range. Must be greater than or
equal
* to 0 if specified.