public static interface Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.ses.Ses2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
amazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
configuration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration)
component configuration.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
region(String region)
The region in which SES client needs to work.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
replyToAddresses(List<String> replyToAddresses)
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
returnPath(String returnPath)
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
to(List<String> to)
List of destination email address.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the Ses client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|
build, build, doSetProperty, registerdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder amazonSESClient(software.amazon.awssdk.services.ses.SesClient amazonSESClient)
amazonSESClient - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder configuration(org.apache.camel.component.aws2.ses.Ses2Configuration configuration)
configuration - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder region(String region)
region - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder replyToAddresses(List<String> replyToAddresses)
replyToAddresses - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder returnPath(String returnPath)
returnPath - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder subject(String subject)
subject - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder to(List<String> to)
to - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel