public static interface SnsEndpointBuilderFactory.SnsEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default SnsEndpointBuilderFactory.AdvancedSnsEndpointBuilder |
advanced() |
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
amazonSNSClient(Object amazonSNSClient)
To use the AmazonSNS as the client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
amazonSNSClient(String amazonSNSClient)
To use the AmazonSNS as the client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
amazonSQSClient(Object amazonSQSClient)
An SQS Client to use as bridge between SNS and SQS.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
amazonSQSClient(String amazonSQSClient)
An SQS Client to use as bridge between SNS and SQS.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
autoCreateTopic(boolean autoCreateTopic)
Setting the autocreation of the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
autoCreateTopic(String autoCreateTopic)
Setting the autocreation of the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or
a custom CMK.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
messageStructure(String messageStructure)
The message structure to use such as json.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
policy(String policy)
The policy for this queue.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
proxyProtocol(SnsEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SNS client.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
queueUrl(String queueUrl)
The queueUrl to subscribe to.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
region(String region)
The region in which SNS client needs to work.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the topic.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
subject(String subject)
The subject which is used if the message header 'CamelAwsSnsSubject'
is not present.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
subscribeSNStoSQS(boolean subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default SnsEndpointBuilderFactory.SnsEndpointBuilder |
subscribeSNStoSQS(String subscribeSNStoSQS)
Define if the subscription between SNS Topic and SQS must be done or
not.
|
default SnsEndpointBuilderFactory.AdvancedSnsEndpointBuilder advanced()
default SnsEndpointBuilderFactory.SnsEndpointBuilder amazonSNSClient(Object amazonSNSClient)
amazonSNSClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder amazonSNSClient(String amazonSNSClient)
amazonSNSClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder amazonSQSClient(Object amazonSQSClient)
amazonSQSClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder amazonSQSClient(String amazonSQSClient)
amazonSQSClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder autoCreateTopic(boolean autoCreateTopic)
autoCreateTopic - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder autoCreateTopic(String autoCreateTopic)
autoCreateTopic - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder kmsMasterKeyId(String kmsMasterKeyId)
kmsMasterKeyId - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder messageStructure(String messageStructure)
messageStructure - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder policy(String policy)
policy - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder proxyProtocol(SnsEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder queueUrl(String queueUrl)
queueUrl - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder region(String region)
region - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
serverSideEncryptionEnabled - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
serverSideEncryptionEnabled - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder subject(String subject)
subject - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder subscribeSNStoSQS(boolean subscribeSNStoSQS)
subscribeSNStoSQS - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder subscribeSNStoSQS(String subscribeSNStoSQS)
subscribeSNStoSQS - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault SnsEndpointBuilderFactory.SnsEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel