default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.amazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient) |
To use the AmazonSimpleEmailService as the client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.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 AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.awsSes() |
AWS Simple Email Service (SES) (camel-aws-ses)
Send e-mails through AWS SES service.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.configuration(org.apache.camel.component.aws.ses.SesConfiguration configuration) |
The component configuration.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.region(String region) |
The region in which SES client needs to work.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.replyToAddresses(List<String> replyToAddresses) |
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.returnPath(String returnPath) |
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.subject(String subject) |
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
AwsSesComponentBuilderFactory.AwsSesComponentBuilder.to(List<String> to) |
List of destination email address.
|