| 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 Simple Notification System (SNS) (camel-aws2-sns)
Send messages to an AWS Simple Notification Topic using AWS SDK version
2.x.
|
| 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.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.amazonSNSClient(software.amazon.awssdk.services.sns.SnsClient amazonSNSClient)
To use the AmazonSNS as the client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.autoCreateTopic(boolean autoCreateTopic)
Setting the autocreation of the topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.aws2Sns()
AWS Simple Notification System (SNS) (camel-aws2-sns)
Send messages to an AWS Simple Notification Topic using AWS SDK version
2.x.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.configuration(org.apache.camel.component.aws2.sns.Sns2Configuration configuration)
Component configuration.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or
a custom CMK.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
Only for FIFO Topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.messageGroupIdStrategy(String messageGroupIdStrategy)
Only for FIFO Topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.messageStructure(String messageStructure)
The message structure to use such as json.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.policy(String policy)
The policy for this topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.queueUrl(String queueUrl)
The queueUrl to subscribe to.
|
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.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.subject(String subject)
The subject which is used if the message header 'CamelAwsSnsSubject'
is not present.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.subscribeSNStoSQS(boolean subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the SNS client should expect to load credentials on an
AWS infra instance or to expect static credentials to be passed in.
|
Apache Camel