| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
ComponentsBuilderFactory.aws2Sns()
AWS 2 Simple Notification System (camel-aws2-sns)
The aws2-sns component is used for sending messages to an Amazon Simple
Notification Topic.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.aws2Sns()
AWS 2 Simple Notification System (camel-aws2-sns)
The aws2-sns component is used for sending messages to an Amazon Simple
Notification Topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
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 |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.configuration(org.apache.camel.component.aws2.sns.Sns2Configuration configuration)
The AWS SNS default configuration.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.region(String region)
The region in which SNS client needs to work.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel