public static interface Sns2EndpointBuilderFactory.Sns2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
amazonSNSClient(Object amazonSNSClient)
To use the AmazonSNS as the client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
amazonSNSClient(String amazonSNSClient)
To use the AmazonSNS as the client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
autoCreateTopic(boolean autoCreateTopic)
Setting the autocreation of the topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
autoCreateTopic(String autoCreateTopic)
Setting the autocreation of the topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or
a custom CMK.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
messageDeduplicationIdStrategy(Object messageDeduplicationIdStrategy)
Only for FIFO Topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
Only for FIFO Topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
messageGroupIdStrategy(Object messageGroupIdStrategy)
Only for FIFO Topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
messageGroupIdStrategy(String messageGroupIdStrategy)
Only for FIFO Topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
messageStructure(String messageStructure)
The message structure to use such as json.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
policy(String policy)
The policy for this topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SNS client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SNS client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SNS client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
proxyProtocol(Sns2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
queueUrl(String queueUrl)
The queueUrl to subscribe to.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
region(String region)
The region in which SNS client needs to work.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSnsSubject'
is not present.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
subscribeSNStoSQS(boolean subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
subscribeSNStoSQS(String subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
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.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
useDefaultCredentialsProvider(String 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.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder amazonSNSClient(Object amazonSNSClient)
amazonSNSClient - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder amazonSNSClient(String amazonSNSClient)
amazonSNSClient - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder autoCreateTopic(boolean autoCreateTopic)
autoCreateTopic - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder autoCreateTopic(String autoCreateTopic)
autoCreateTopic - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder kmsMasterKeyId(String kmsMasterKeyId)
kmsMasterKeyId - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder messageDeduplicationIdStrategy(Object messageDeduplicationIdStrategy)
messageDeduplicationIdStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
messageDeduplicationIdStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder messageGroupIdStrategy(Object messageGroupIdStrategy)
messageGroupIdStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder messageGroupIdStrategy(String messageGroupIdStrategy)
messageGroupIdStrategy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder messageStructure(String messageStructure)
messageStructure - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder overrideEndpoint(String overrideEndpoint)
overrideEndpoint - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder policy(String policy)
policy - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder proxyProtocol(Sns2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder queueUrl(String queueUrl)
queueUrl - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder region(String region)
region - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
serverSideEncryptionEnabled - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
serverSideEncryptionEnabled - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder subject(String subject)
subject - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder subscribeSNStoSQS(boolean subscribeSNStoSQS)
subscribeSNStoSQS - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder subscribeSNStoSQS(String subscribeSNStoSQS)
subscribeSNStoSQS - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel