public static interface Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
amazonAWSHost(String amazonAWSHost)
The hostname of the Amazon AWS cloud.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
amazonSQSClient(software.amazon.awssdk.services.sqs.SqsClient amazonSQSClient)
To use the AmazonSQS as client.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
attributeNames(String attributeNames)
A list of attribute names to receive when consuming.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
autoCreateQueue(boolean autoCreateQueue)
Setting the autocreation of the queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
concurrentConsumers(int concurrentConsumers)
Allows you to use multiple threads to poll the sqs queue to increase
throughput.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
configuration(org.apache.camel.component.aws2.sqs.Sqs2Configuration configuration)
The AWS SQS default configuration.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
defaultVisibilityTimeout(Integer defaultVisibilityTimeout)
The default visibility timeout (in seconds).
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
delaySeconds(Integer delaySeconds)
Delay sending messages for a number of seconds.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
deleteAfterRead(boolean deleteAfterRead)
Delete message from SQS after it has been read.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
deleteIfFiltered(boolean deleteIfFiltered)
Whether or not to send the DeleteMessage to the SQS queue if an
exchange fails to get through a filter.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
extendMessageVisibility(boolean extendMessageVisibility)
If enabled then a scheduled background task will keep extending the
message visibility on SQS.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
kmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds)
The length of time, in seconds, for which Amazon SQS can reuse a data
key to encrypt or decrypt messages before calling AWS KMS again.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SQS or
a custom CMK.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
maximumMessageSize(Integer maximumMessageSize)
The maximumMessageSize (in bytes) an SQS message can contain for this
queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
messageAttributeNames(String messageAttributeNames)
A list of message attribute names to receive when consuming.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
Only for FIFO queues.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
messageGroupIdStrategy(String messageGroupIdStrategy)
Only for FIFO queues.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
messageRetentionPeriod(Integer messageRetentionPeriod)
The messageRetentionPeriod (in seconds) a message will be retained by
SQS for this queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
operation(org.apache.camel.component.aws2.sqs.Sqs2Operations operation)
The operation to do in case the user don't want to send only a
message.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
policy(String policy)
The policy for this queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
protocol(String protocol)
The underlying protocol used to communicate with SQS.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SQS client.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SQS client.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SQS client.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Specify the queue owner aws account id when you need to connect the
queue with different account owner.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
queueUrl(String queueUrl)
To define the queueUrl explicitly.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds)
If you do not specify WaitTimeSeconds in the request, the queue
attribute ReceiveMessageWaitTimeSeconds is used to determine how long
to wait.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
redrivePolicy(String redrivePolicy)
Specify the policy that send message to DeadLetter queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
region(String region)
The region in which SQS client needs to work.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the queue.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
visibilityTimeout(Integer visibilityTimeout)
The duration (in seconds) that the received messages are hidden from
subsequent retrieve requests after being retrieved by a
ReceiveMessage request to set in the
com.amazonaws.services.sqs.model.SetQueueAttributesRequest.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
waitTimeSeconds(Integer waitTimeSeconds)
Duration in seconds (0 to 20) that the ReceiveMessage action call
will wait until a message is in the queue to include in the response.
|
build, build, doSetProperty, registerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder amazonAWSHost(String amazonAWSHost)
java.lang.String type.
Default: amazonaws.com
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder amazonSQSClient(software.amazon.awssdk.services.sqs.SqsClient amazonSQSClient)
software.amazon.awssdk.services.sqs.SqsClient type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder autoCreateQueue(boolean autoCreateQueue)
boolean type.
Default: true
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder configuration(org.apache.camel.component.aws2.sqs.Sqs2Configuration configuration)
org.apache.camel.component.aws2.sqs.Sqs2Configuration
type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder protocol(String protocol)
java.lang.String type.
Default: https
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
java.lang.String type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder region(String region)
java.lang.String type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder attributeNames(String attributeNames)
java.lang.String type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder concurrentConsumers(int concurrentConsumers)
int type.
Default: 1
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder defaultVisibilityTimeout(Integer defaultVisibilityTimeout)
java.lang.Integer type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder deleteAfterRead(boolean deleteAfterRead)
boolean type.
Default: true
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder deleteIfFiltered(boolean deleteIfFiltered)
boolean type.
Default: true
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder extendMessageVisibility(boolean extendMessageVisibility)
boolean type.
Default: false
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder kmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds)
java.lang.Integer type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder kmsMasterKeyId(String kmsMasterKeyId)
java.lang.String type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder messageAttributeNames(String messageAttributeNames)
java.lang.String type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
boolean type.
Default: false
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder visibilityTimeout(Integer visibilityTimeout)
java.lang.Integer type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder waitTimeSeconds(Integer waitTimeSeconds)
java.lang.Integer type.
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder delaySeconds(Integer delaySeconds)
java.lang.Integer type.
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy)
java.lang.String type.
Default: useExchangeId
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder messageGroupIdStrategy(String messageGroupIdStrategy)
java.lang.String type.
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder operation(org.apache.camel.component.aws2.sqs.Sqs2Operations operation)
org.apache.camel.component.aws2.sqs.Sqs2Operations type.
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder delayQueue(boolean delayQueue)
boolean type.
Default: false
Group: advanceddefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder queueUrl(String queueUrl)
java.lang.String type.
Group: advanceddefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder maximumMessageSize(Integer maximumMessageSize)
java.lang.Integer type.
Group: queuedefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder messageRetentionPeriod(Integer messageRetentionPeriod)
java.lang.Integer type.
Group: queuedefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder policy(String policy)
java.lang.String type.
Group: queuedefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds)
java.lang.Integer type.
Group: queuedefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder redrivePolicy(String redrivePolicy)
java.lang.String type.
Group: queuedefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel