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 |
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 AWS SES default configuration.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
region(String region)
The region in which SES client needs to work.
|
default AwsSesComponentBuilderFactory.AwsSesComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsSesComponentBuilderFactory.AwsSesComponentBuilder configuration(org.apache.camel.component.aws.ses.SesConfiguration configuration)
org.apache.camel.component.aws.ses.SesConfiguration
type.
Group: advancedApache Camel