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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
com.amazonaws.services.simpleemail.AmazonSimpleEmailService type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder configuration(org.apache.camel.component.aws.ses.SesConfiguration configuration)
org.apache.camel.component.aws.ses.SesConfiguration
type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder replyToAddresses(List<String> replyToAddresses)
java.util.List type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder returnPath(String returnPath)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder subject(String subject)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder to(List<String> to)
java.util.List type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel