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