public static interface Ses2EndpointBuilderFactory.Ses2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
amazonSESClient(Object amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
amazonSESClient(String amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
proxyProtocol(Ses2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
region(String region)
The region in which SES client needs to work.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
replyToAddresses(String replyToAddresses)
List of comma separated reply-to email address(es) for the message,
override it using 'CamelAwsSesReplyToAddresses' header.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
returnPath(String returnPath)
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
to(String to)
List of comma separated destination email address.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
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.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder |
useDefaultCredentialsProvider(String 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.
|
default Ses2EndpointBuilderFactory.Ses2EndpointBuilder amazonSESClient(Object amazonSESClient)
amazonSESClient - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder amazonSESClient(String amazonSESClient)
amazonSESClient - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder overrideEndpoint(String overrideEndpoint)
overrideEndpoint - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder proxyProtocol(Ses2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder region(String region)
region - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder replyToAddresses(String replyToAddresses)
replyToAddresses - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder returnPath(String returnPath)
returnPath - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder subject(String subject)
subject - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder to(String to)
to - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault Ses2EndpointBuilderFactory.Ses2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel