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 |
amazonSNSClient(software.amazon.awssdk.services.sns.SnsClient amazonSNSClient)
To use the AmazonSNS as the client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
autoCreateTopic(boolean autoCreateTopic)
Setting the autocreation of the topic.
|
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)
Component configuration.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
messageStructure(String messageStructure)
The message structure to use such as json.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
policy(String policy)
The policy for this queue.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
queueUrl(String queueUrl)
The queueUrl to subscribe to.
|
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.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSnsSubject'
is not present.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
subscribeSNStoSQS(boolean subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
build, build, doSetProperty, register
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder amazonSNSClient(software.amazon.awssdk.services.sns.SnsClient amazonSNSClient)
software.amazon.awssdk.services.sns.SnsClient
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder autoCreateTopic(boolean autoCreateTopic)
boolean
type.
Default: true
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder configuration(org.apache.camel.component.aws2.sns.Sns2Configuration configuration)
org.apache.camel.component.aws2.sns.Sns2Configuration
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder kmsMasterKeyId(String kmsMasterKeyId)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean
type.
Default: false
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder messageStructure(String messageStructure)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder policy(String policy)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyHost(String proxyHost)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder queueUrl(String queueUrl)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder region(String region)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
boolean
type.
Default: false
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder subject(String subject)
java.lang.String
type.
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder subscribeSNStoSQS(boolean subscribeSNStoSQS)
boolean
type.
Default: false
Group: producerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean
type.
Default: false
Group: advanceddefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder accessKey(String accessKey)
java.lang.String
type.
Group: securitydefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder secretKey(String secretKey)
java.lang.String
type.
Group: securityApache Camel