public static interface SesEndpointBuilderFactory.SesEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SesEndpointBuilderFactory.SesEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default SesEndpointBuilderFactory.AdvancedSesEndpointBuilder |
advanced() |
default SesEndpointBuilderFactory.SesEndpointBuilder |
amazonSESClient(Object amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
amazonSESClient(String amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
proxyProtocol(SesEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
region(String region)
The region in which SES client needs to work.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
replyToAddresses(List<String> replyToAddresses)
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
replyToAddresses(String replyToAddresses)
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
returnPath(String returnPath)
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
to(List<String> to)
List of destination email address.
|
default SesEndpointBuilderFactory.SesEndpointBuilder |
to(String to)
List of destination email address.
|
default SesEndpointBuilderFactory.AdvancedSesEndpointBuilder advanced()
default SesEndpointBuilderFactory.SesEndpointBuilder amazonSESClient(Object amazonSESClient)
amazonSESClient - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder amazonSESClient(String amazonSESClient)
amazonSESClient - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyProtocol(SesEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder region(String region)
region - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder replyToAddresses(List<String> replyToAddresses)
replyToAddresses - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder replyToAddresses(String replyToAddresses)
replyToAddresses - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder returnPath(String returnPath)
returnPath - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder subject(String subject)
subject - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder to(List<String> to)
to - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder to(String to)
to - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault SesEndpointBuilderFactory.SesEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel