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