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 1419cc75960 Regen for commit a97e36ec4e3e6f40332531a9a650f2d929c22ba7
1419cc75960 is described below
commit 1419cc75960bbf59563973e0b8041522e7753036
Author: oscerd <[email protected]>
AuthorDate: Thu Jun 15 10:14:09 2023 +0000
Regen for commit a97e36ec4e3e6f40332531a9a650f2d929c22ba7
Signed-off-by: GitHub <[email protected]>
---
.../dsl/Aws2EksComponentBuilderFactory.java | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EksComponentBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EksComponentBuilderFactory.java
index 9cc564c0be3..632f8913644 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EksComponentBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EksComponentBuilderFactory.java
@@ -152,6 +152,22 @@ public interface Aws2EksComponentBuilderFactory {
doSetProperty("pojoRequest", pojoRequest);
return this;
}
+ /**
+ * If using a profile credentials provider this parameter will set the
+ * profile name.
+ *
+ * The option is a: <code>java.lang.String</code> type.
+ *
+ * Group: producer
+ *
+ * @param profileCredentialsName the value to set
+ * @return the dsl builder
+ */
+ default Aws2EksComponentBuilder profileCredentialsName(
+ java.lang.String profileCredentialsName) {
+ doSetProperty("profileCredentialsName", profileCredentialsName);
+ return this;
+ }
/**
* To define a proxy host when instantiating the EKS client.
*
@@ -265,6 +281,23 @@ public interface Aws2EksComponentBuilderFactory {
doSetProperty("useDefaultCredentialsProvider",
useDefaultCredentialsProvider);
return this;
}
+ /**
+ * Set whether the EKS client should expect to load credentials through
+ * a profile credentials provider.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: producer
+ *
+ * @param useProfileCredentialsProvider the value to set
+ * @return the dsl builder
+ */
+ default Aws2EksComponentBuilder useProfileCredentialsProvider(
+ boolean useProfileCredentialsProvider) {
+ doSetProperty("useProfileCredentialsProvider",
useProfileCredentialsProvider);
+ return this;
+ }
/**
* Whether autowiring is enabled. This is used for automatic autowiring
* options (the option must be marked as autowired) by looking up in
the
@@ -344,6 +377,7 @@ public interface Aws2EksComponentBuilderFactory {
case "operation": getOrCreateConfiguration((EKS2Component)
component).setOperation((org.apache.camel.component.aws2.eks.EKS2Operations)
value); return true;
case "overrideEndpoint": getOrCreateConfiguration((EKS2Component)
component).setOverrideEndpoint((boolean) value); return true;
case "pojoRequest": getOrCreateConfiguration((EKS2Component)
component).setPojoRequest((boolean) value); return true;
+ case "profileCredentialsName":
getOrCreateConfiguration((EKS2Component)
component).setProfileCredentialsName((java.lang.String) value); return true;
case "proxyHost": getOrCreateConfiguration((EKS2Component)
component).setProxyHost((java.lang.String) value); return true;
case "proxyPort": getOrCreateConfiguration((EKS2Component)
component).setProxyPort((java.lang.Integer) value); return true;
case "proxyProtocol": getOrCreateConfiguration((EKS2Component)
component).setProxyProtocol((software.amazon.awssdk.core.Protocol) value);
return true;
@@ -351,6 +385,7 @@ public interface Aws2EksComponentBuilderFactory {
case "trustAllCertificates":
getOrCreateConfiguration((EKS2Component)
component).setTrustAllCertificates((boolean) value); return true;
case "uriEndpointOverride":
getOrCreateConfiguration((EKS2Component)
component).setUriEndpointOverride((java.lang.String) value); return true;
case "useDefaultCredentialsProvider":
getOrCreateConfiguration((EKS2Component)
component).setUseDefaultCredentialsProvider((boolean) value); return true;
+ case "useProfileCredentialsProvider":
getOrCreateConfiguration((EKS2Component)
component).setUseProfileCredentialsProvider((boolean) value); return true;
case "autowiredEnabled": ((EKS2Component)
component).setAutowiredEnabled((boolean) value); return true;
case "accessKey": getOrCreateConfiguration((EKS2Component)
component).setAccessKey((java.lang.String) value); return true;
case "secretKey": getOrCreateConfiguration((EKS2Component)
component).setSecretKey((java.lang.String) value); return true;