public static interface AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.sns.SnsComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
configuration(org.apache.camel.component.aws.sns.SnsConfiguration configuration)
The AWS SNS default configuration.
|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
region(String region)
The region in which SNS client needs to work.
|
default AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsSnsComponentBuilderFactory.AwsSnsComponentBuilder configuration(org.apache.camel.component.aws.sns.SnsConfiguration configuration)
org.apache.camel.component.aws.sns.SnsConfiguration
type.
Group: advancedApache Camel