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 4d470f4  Regen for commit b46d3a3049df74ef8772f267d37c563f1cab6661
4d470f4 is described below

commit 4d470f44c381d8007820e6a9f3b5b5257f6db5d5
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Mon Feb 7 18:31:18 2022 +0000

    Regen for commit b46d3a3049df74ef8772f267d37c563f1cab6661
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../apache/camel/catalog/components/aws2-ses.json  |  4 +++
 .../aws2/ses/Ses2ComponentConfigurer.java          |  6 ++++
 .../component/aws2/ses/Ses2EndpointConfigurer.java |  6 ++++
 .../component/aws2/ses/Ses2EndpointUriFactory.java |  4 ++-
 .../apache/camel/component/aws2/ses/aws2-ses.json  |  4 +++
 .../dsl/Aws2SesComponentBuilderFactory.java        | 32 ++++++++++++++++++++++
 .../endpoint/dsl/Ses2EndpointBuilderFactory.java   | 30 ++++++++++++++++++++
 7 files changed, 85 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ses.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ses.json
index d676530..46c20d7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ses.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ses.json
@@ -23,6 +23,8 @@
   },
   "componentProperties": {
     "amazonSESClient": { "kind": "property", "displayName": "Amazon 
SESClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.services.ses.SesClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonSimpleEmailService as the client" },
+    "bcc": { "kind": "property", "displayName": "Bcc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination blind carbon copy (bcc) email address. Can be overriden with 
'CamelAwsSesBcc' header." },
+    "cc": { "kind": "property", "displayName": "Cc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination carbon copy (cc) email address. Can be overriden with 
'CamelAwsSesCc' header." },
     "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"component configuration" },
     "configurationSet": { "kind": "property", "displayName": "Configuration 
Set", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the configuration set to send with every 
request. Override it with 'CamelAwsSesConfigurationSet' header." },
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
@@ -45,6 +47,8 @@
   "properties": {
     "from": { "kind": "path", "displayName": "From", "group": "producer", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "The sender's email address." },
     "amazonSESClient": { "kind": "parameter", "displayName": "Amazon 
SESClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.services.ses.SesClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonSimpleEmailService as the client" },
+    "bcc": { "kind": "parameter", "displayName": "Bcc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination blind carbon copy (bcc) email address. Can be overriden with 
'CamelAwsSesBcc' header." },
+    "cc": { "kind": "parameter", "displayName": "Cc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination carbon copy (cc) email address. Can be overriden with 
'CamelAwsSesCc' header." },
     "configurationSet": { "kind": "parameter", "displayName": "Configuration 
Set", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the configuration set to send with every 
request. Override it with 'CamelAwsSesConfigurationSet' header." },
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
     "overrideEndpoint": { "kind": "parameter", "displayName": "Override 
Endpoint", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpo [...]
diff --git 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2ComponentConfigurer.java
 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2ComponentConfigurer.java
index d55d168..5a26899 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2ComponentConfigurer.java
+++ 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2ComponentConfigurer.java
@@ -34,6 +34,8 @@ public class Ses2ComponentConfigurer extends 
PropertyConfigurerSupport implement
         case "amazonSESClient": 
getOrCreateConfiguration(target).setAmazonSESClient(property(camelContext, 
software.amazon.awssdk.services.ses.SesClient.class, value)); return true;
         case "autowiredenabled":
         case "autowiredEnabled": 
target.setAutowiredEnabled(property(camelContext, boolean.class, value)); 
return true;
+        case "bcc": 
getOrCreateConfiguration(target).setBcc(property(camelContext, 
java.lang.String.class, value)); return true;
+        case "cc": 
getOrCreateConfiguration(target).setCc(property(camelContext, 
java.lang.String.class, value)); return true;
         case "configuration": target.setConfiguration(property(camelContext, 
org.apache.camel.component.aws2.ses.Ses2Configuration.class, value)); return 
true;
         case "configurationset":
         case "configurationSet": 
getOrCreateConfiguration(target).setConfigurationSet(property(camelContext, 
java.lang.String.class, value)); return true;
@@ -80,6 +82,8 @@ public class Ses2ComponentConfigurer extends 
PropertyConfigurerSupport implement
         case "amazonSESClient": return 
software.amazon.awssdk.services.ses.SesClient.class;
         case "autowiredenabled":
         case "autowiredEnabled": return boolean.class;
+        case "bcc": return java.lang.String.class;
+        case "cc": return java.lang.String.class;
         case "configuration": return 
org.apache.camel.component.aws2.ses.Ses2Configuration.class;
         case "configurationset":
         case "configurationSet": return java.lang.String.class;
@@ -122,6 +126,8 @@ public class Ses2ComponentConfigurer extends 
PropertyConfigurerSupport implement
         case "amazonSESClient": return 
getOrCreateConfiguration(target).getAmazonSESClient();
         case "autowiredenabled":
         case "autowiredEnabled": return target.isAutowiredEnabled();
+        case "bcc": return getOrCreateConfiguration(target).getBcc();
+        case "cc": return getOrCreateConfiguration(target).getCc();
         case "configuration": return target.getConfiguration();
         case "configurationset":
         case "configurationSet": return 
getOrCreateConfiguration(target).getConfigurationSet();
diff --git 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointConfigurer.java
 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointConfigurer.java
index aac0d8a..9979562 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointConfigurer.java
+++ 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointConfigurer.java
@@ -25,6 +25,8 @@ public class Ses2EndpointConfigurer extends 
PropertyConfigurerSupport implements
         case "accessKey": 
target.getConfiguration().setAccessKey(property(camelContext, 
java.lang.String.class, value)); return true;
         case "amazonsesclient":
         case "amazonSESClient": 
target.getConfiguration().setAmazonSESClient(property(camelContext, 
software.amazon.awssdk.services.ses.SesClient.class, value)); return true;
+        case "bcc": target.getConfiguration().setBcc(property(camelContext, 
java.lang.String.class, value)); return true;
+        case "cc": target.getConfiguration().setCc(property(camelContext, 
java.lang.String.class, value)); return true;
         case "configurationset":
         case "configurationSet": 
target.getConfiguration().setConfigurationSet(property(camelContext, 
java.lang.String.class, value)); return true;
         case "lazystartproducer":
@@ -68,6 +70,8 @@ public class Ses2EndpointConfigurer extends 
PropertyConfigurerSupport implements
         case "accessKey": return java.lang.String.class;
         case "amazonsesclient":
         case "amazonSESClient": return 
software.amazon.awssdk.services.ses.SesClient.class;
+        case "bcc": return java.lang.String.class;
+        case "cc": return java.lang.String.class;
         case "configurationset":
         case "configurationSet": return java.lang.String.class;
         case "lazystartproducer":
@@ -107,6 +111,8 @@ public class Ses2EndpointConfigurer extends 
PropertyConfigurerSupport implements
         case "accessKey": return target.getConfiguration().getAccessKey();
         case "amazonsesclient":
         case "amazonSESClient": return 
target.getConfiguration().getAmazonSESClient();
+        case "bcc": return target.getConfiguration().getBcc();
+        case "cc": return target.getConfiguration().getCc();
         case "configurationset":
         case "configurationSet": return 
target.getConfiguration().getConfigurationSet();
         case "lazystartproducer":
diff --git 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointUriFactory.java
 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointUriFactory.java
index 9898675..9dfcb9d 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointUriFactory.java
+++ 
b/components/camel-aws/camel-aws2-ses/src/generated/java/org/apache/camel/component/aws2/ses/Ses2EndpointUriFactory.java
@@ -21,7 +21,9 @@ public class Ses2EndpointUriFactory extends 
org.apache.camel.support.component.E
     private static final Set<String> SECRET_PROPERTY_NAMES;
     private static final Set<String> MULTI_VALUE_PREFIXES;
     static {
-        Set<String> props = new HashSet<>(18);
+        Set<String> props = new HashSet<>(20);
+        props.add("cc");
+        props.add("bcc");
         props.add("proxyProtocol");
         props.add("returnPath");
         props.add("secretKey");
diff --git 
a/components/camel-aws/camel-aws2-ses/src/generated/resources/org/apache/camel/component/aws2/ses/aws2-ses.json
 
b/components/camel-aws/camel-aws2-ses/src/generated/resources/org/apache/camel/component/aws2/ses/aws2-ses.json
index d676530..46c20d7 100644
--- 
a/components/camel-aws/camel-aws2-ses/src/generated/resources/org/apache/camel/component/aws2/ses/aws2-ses.json
+++ 
b/components/camel-aws/camel-aws2-ses/src/generated/resources/org/apache/camel/component/aws2/ses/aws2-ses.json
@@ -23,6 +23,8 @@
   },
   "componentProperties": {
     "amazonSESClient": { "kind": "property", "displayName": "Amazon 
SESClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.services.ses.SesClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonSimpleEmailService as the client" },
+    "bcc": { "kind": "property", "displayName": "Bcc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination blind carbon copy (bcc) email address. Can be overriden with 
'CamelAwsSesBcc' header." },
+    "cc": { "kind": "property", "displayName": "Cc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination carbon copy (cc) email address. Can be overriden with 
'CamelAwsSesCc' header." },
     "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"component configuration" },
     "configurationSet": { "kind": "property", "displayName": "Configuration 
Set", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the configuration set to send with every 
request. Override it with 'CamelAwsSesConfigurationSet' header." },
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
@@ -45,6 +47,8 @@
   "properties": {
     "from": { "kind": "path", "displayName": "From", "group": "producer", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "The sender's email address." },
     "amazonSESClient": { "kind": "parameter", "displayName": "Amazon 
SESClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.services.ses.SesClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonSimpleEmailService as the client" },
+    "bcc": { "kind": "parameter", "displayName": "Bcc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination blind carbon copy (bcc) email address. Can be overriden with 
'CamelAwsSesBcc' header." },
+    "cc": { "kind": "parameter", "displayName": "Cc", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ses.Ses2Configuration", 
"configurationField": "configuration", "description": "List of comma separated 
destination carbon copy (cc) email address. Can be overriden with 
'CamelAwsSesCc' header." },
     "configurationSet": { "kind": "parameter", "displayName": "Configuration 
Set", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the configuration set to send with every 
request. Override it with 'CamelAwsSesConfigurationSet' header." },
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
     "overrideEndpoint": { "kind": "parameter", "displayName": "Override 
Endpoint", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.ses.Ses2Configuration", "configurationField": 
"configuration", "description": "Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpo [...]
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2SesComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2SesComponentBuilderFactory.java
index bb75b94..778bc19 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2SesComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2SesComponentBuilderFactory.java
@@ -65,6 +65,36 @@ public interface Aws2SesComponentBuilderFactory {
             return this;
         }
         /**
+         * List of comma separated destination blind carbon copy (bcc) email
+         * address. Can be overriden with 'CamelAwsSesBcc' header.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param bcc the value to set
+         * @return the dsl builder
+         */
+        default Aws2SesComponentBuilder bcc(java.lang.String bcc) {
+            doSetProperty("bcc", bcc);
+            return this;
+        }
+        /**
+         * List of comma separated destination carbon copy (cc) email address.
+         * Can be overriden with 'CamelAwsSesCc' header.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param cc the value to set
+         * @return the dsl builder
+         */
+        default Aws2SesComponentBuilder cc(java.lang.String cc) {
+            doSetProperty("cc", cc);
+            return this;
+        }
+        /**
          * component configuration.
          * 
          * The option is a:
@@ -385,6 +415,8 @@ public interface Aws2SesComponentBuilderFactory {
                 Object value) {
             switch (name) {
             case "amazonSESClient": getOrCreateConfiguration((Ses2Component) 
component).setAmazonSESClient((software.amazon.awssdk.services.ses.SesClient) 
value); return true;
+            case "bcc": getOrCreateConfiguration((Ses2Component) 
component).setBcc((java.lang.String) value); return true;
+            case "cc": getOrCreateConfiguration((Ses2Component) 
component).setCc((java.lang.String) value); return true;
             case "configuration": ((Ses2Component) 
component).setConfiguration((org.apache.camel.component.aws2.ses.Ses2Configuration)
 value); return true;
             case "configurationSet": getOrCreateConfiguration((Ses2Component) 
component).setConfigurationSet((java.lang.String) value); return true;
             case "lazyStartProducer": ((Ses2Component) 
component).setLazyStartProducer((boolean) value); return true;
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Ses2EndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Ses2EndpointBuilderFactory.java
index 7af226c..90f6c37 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Ses2EndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Ses2EndpointBuilderFactory.java
@@ -70,6 +70,36 @@ public interface Ses2EndpointBuilderFactory {
             return this;
         }
         /**
+         * List of comma separated destination blind carbon copy (bcc) email
+         * address. Can be overriden with 'CamelAwsSesBcc' header.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param bcc the value to set
+         * @return the dsl builder
+         */
+        default Ses2EndpointBuilder bcc(String bcc) {
+            doSetProperty("bcc", bcc);
+            return this;
+        }
+        /**
+         * List of comma separated destination carbon copy (cc) email address.
+         * Can be overriden with 'CamelAwsSesCc' header.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param cc the value to set
+         * @return the dsl builder
+         */
+        default Ses2EndpointBuilder cc(String cc) {
+            doSetProperty("cc", cc);
+            return this;
+        }
+        /**
          * Set the configuration set to send with every request. Override it
          * with 'CamelAwsSesConfigurationSet' header.
          * 

Reply via email to