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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 |
messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
Only for FIFO Topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
messageGroupIdStrategy(String messageGroupIdStrategy)
Only for FIFO Topic.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
messageStructure(String messageStructure)
The message structure to use such as json.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
policy(String policy)
The policy for this topic.
|
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.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default 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.
|
build, build, doSetProperty, registerdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder amazonSNSClient(software.amazon.awssdk.services.sns.SnsClient amazonSNSClient)
amazonSNSClient - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder autoCreateTopic(boolean autoCreateTopic)
autoCreateTopic - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder configuration(org.apache.camel.component.aws2.sns.Sns2Configuration configuration)
configuration - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder kmsMasterKeyId(String kmsMasterKeyId)
kmsMasterKeyId - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
messageDeduplicationIdStrategy - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder messageGroupIdStrategy(String messageGroupIdStrategy)
messageGroupIdStrategy - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder messageStructure(String messageStructure)
messageStructure - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder policy(String policy)
policy - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder queueUrl(String queueUrl)
queueUrl - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder region(String region)
region - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
serverSideEncryptionEnabled - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder subject(String subject)
subject - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder subscribeSNStoSQS(boolean subscribeSNStoSQS)
subscribeSNStoSQS - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel