public static interface AwsSesComponentBuilderFactory.AwsSesComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.ses.SesComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
amazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)
To use the AmazonSimpleEmailService as the client.
|
default 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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
configuration(org.apache.camel.component.aws.ses.SesConfiguration configuration)
The component configuration.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SES client.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
region(String region)
The region in which SES client needs to work.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
replyToAddresses(List<String> replyToAddresses)
List of reply-to email address(es) for the message, override it using
'CamelAwsSesReplyToAddresses' header.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
returnPath(String returnPath)
The email address to which bounce notifications are to be forwarded,
override it using 'CamelAwsSesReturnPath' header.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSesSubject'
is not present.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
to(List<String> to)
List of destination email address.
|
build, build, doSetProperty, registerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder amazonSESClient(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSESClient)
amazonSESClient - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder configuration(org.apache.camel.component.aws.ses.SesConfiguration configuration)
configuration - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder region(String region)
region - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder replyToAddresses(List<String> replyToAddresses)
replyToAddresses - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder returnPath(String returnPath)
returnPath - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder subject(String subject)
subject - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder to(List<String> to)
to - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel