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)
com.amazonaws.services.simpleemail.AmazonSimpleEmailService type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder amazonSESClient(String amazonSESClient)
com.amazonaws.services.simpleemail.AmazonSimpleEmailService type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault SesEndpointBuilderFactory.SesEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault SesEndpointBuilderFactory.SesEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyProtocol(SesEndpointBuilderFactory.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder proxyProtocol(String proxyProtocol)
com.amazonaws.Protocol
type.
Default: HTTPS
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder region(String region)
java.lang.String type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder replyToAddresses(List<String> replyToAddresses)
java.util.List<java.lang.String>
type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder replyToAddresses(String replyToAddresses)
java.util.List<java.lang.String> type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder returnPath(String returnPath)
java.lang.String type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder subject(String subject)
java.lang.String type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder to(List<String> to)
java.util.List<java.lang.String>
type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder to(String to)
java.util.List<java.lang.String> type.
Group: producerdefault SesEndpointBuilderFactory.SesEndpointBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault SesEndpointBuilderFactory.SesEndpointBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel