public static interface Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder |
advanced() |
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
amazonAWSHost(String amazonAWSHost)
The hostname of the Amazon AWS cloud.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
amazonSQSClient(Object amazonSQSClient)
To use the AmazonSQS as client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
amazonSQSClient(String amazonSQSClient)
To use the AmazonSQS as client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
attributeNames(String attributeNames)
A list of attribute names to receive when consuming.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
autoCreateQueue(boolean autoCreateQueue)
Setting the autocreation of the queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
autoCreateQueue(String autoCreateQueue)
Setting the autocreation of the queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
bridgeErrorHandler(String 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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Allows you to use multiple threads to poll the sqs queue to increase
throughput.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Allows you to use multiple threads to poll the sqs queue to increase
throughput.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
defaultVisibilityTimeout(Integer defaultVisibilityTimeout)
The default visibility timeout (in seconds).
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
defaultVisibilityTimeout(String defaultVisibilityTimeout)
The default visibility timeout (in seconds).
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
deleteAfterRead(boolean deleteAfterRead)
Delete message from SQS after it has been read.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
deleteAfterRead(String deleteAfterRead)
Delete message from SQS after it has been read.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
deleteIfFiltered(boolean deleteIfFiltered)
Whether or not to send the DeleteMessage to the SQS queue if an
exchange fails to get through a filter.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
deleteIfFiltered(String deleteIfFiltered)
Whether or not to send the DeleteMessage to the SQS queue if an
exchange fails to get through a filter.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
extendMessageVisibility(boolean extendMessageVisibility)
If enabled then a scheduled background task will keep extending the
message visibility on SQS.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
extendMessageVisibility(String extendMessageVisibility)
If enabled then a scheduled background task will keep extending the
message visibility on SQS.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to map headers to/from Camel.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
kmsDataKeyReusePeriodSeconds(String 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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
kmsMasterKeyId(String kmsMasterKeyId)
The ID of an AWS-managed customer master key (CMK) for Amazon SQS or
a custom CMK.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
maximumMessageSize(Integer maximumMessageSize)
The maximumMessageSize (in bytes) an SQS message can contain for this
queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
maximumMessageSize(String maximumMessageSize)
The maximumMessageSize (in bytes) an SQS message can contain for this
queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
Gets the maximum number of messages as a limit to poll at each
polling.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
Gets the maximum number of messages as a limit to poll at each
polling.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
messageAttributeNames(String messageAttributeNames)
A list of message attribute names to receive when consuming.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
messageRetentionPeriod(Integer messageRetentionPeriod)
The messageRetentionPeriod (in seconds) a message will be retained by
SQS for this queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
messageRetentionPeriod(String messageRetentionPeriod)
The messageRetentionPeriod (in seconds) a message will be retained by
SQS for this queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
policy(String policy)
The policy for this queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
protocol(String protocol)
The underlying protocol used to communicate with SQS.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SQS client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SQS client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SQS client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
proxyProtocol(Sqs2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SQS client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SQS client.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Specify the queue owner aws account id when you need to connect the
queue with different account owner.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
receiveMessageWaitTimeSeconds(String receiveMessageWaitTimeSeconds)
If you do not specify WaitTimeSeconds in the request, the queue
attribute ReceiveMessageWaitTimeSeconds is used to determine how long
to wait.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
redrivePolicy(String redrivePolicy)
Specify the policy that send message to DeadLetter queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
region(String region)
The region in which SQS client needs to work.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
Define if Server Side Encryption is enabled or not on the queue.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
visibilityTimeout(String 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 Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
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.
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder |
waitTimeSeconds(String 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.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointConsumerBuilder advanced()
default Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder amazonAWSHost(String amazonAWSHost)
java.lang.String type.
Default: amazonaws.com
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder amazonSQSClient(Object amazonSQSClient)
software.amazon.awssdk.services.sqs.SqsClient type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder amazonSQSClient(String amazonSQSClient)
software.amazon.awssdk.services.sqs.SqsClient type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder autoCreateQueue(boolean autoCreateQueue)
boolean type.
Default: true
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder autoCreateQueue(String autoCreateQueue)
boolean type.
Default: true
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder protocol(String protocol)
java.lang.String type.
Default: https
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder proxyProtocol(Sqs2EndpointBuilderFactory.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder proxyProtocol(String proxyProtocol)
software.amazon.awssdk.core.Protocol type.
Default: HTTPS
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder queueOwnerAWSAccountId(String queueOwnerAWSAccountId)
java.lang.String type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder region(String region)
java.lang.String type.
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder trustAllCertificates(boolean trustAllCertificates)
boolean type.
Default: false
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder trustAllCertificates(String trustAllCertificates)
boolean type.
Default: false
Group: commondefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder attributeNames(String attributeNames)
java.lang.String type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
int type.
Default: 1
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
int type.
Default: 1
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder defaultVisibilityTimeout(Integer defaultVisibilityTimeout)
java.lang.Integer type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder defaultVisibilityTimeout(String defaultVisibilityTimeout)
java.lang.Integer
type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder deleteAfterRead(boolean deleteAfterRead)
boolean type.
Default: true
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder deleteAfterRead(String deleteAfterRead)
boolean type.
Default: true
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder deleteIfFiltered(boolean deleteIfFiltered)
boolean type.
Default: true
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder deleteIfFiltered(String deleteIfFiltered)
boolean type.
Default: true
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder extendMessageVisibility(boolean extendMessageVisibility)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder extendMessageVisibility(String extendMessageVisibility)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder kmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds)
java.lang.Integer type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder kmsDataKeyReusePeriodSeconds(String kmsDataKeyReusePeriodSeconds)
java.lang.Integer
type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder kmsMasterKeyId(String kmsMasterKeyId)
java.lang.String type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
int type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
int type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder messageAttributeNames(String messageAttributeNames)
java.lang.String type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder serverSideEncryptionEnabled(String serverSideEncryptionEnabled)
boolean type.
Default: false
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder visibilityTimeout(Integer visibilityTimeout)
java.lang.Integer type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder visibilityTimeout(String visibilityTimeout)
java.lang.Integer
type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder waitTimeSeconds(Integer waitTimeSeconds)
java.lang.Integer type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder waitTimeSeconds(String waitTimeSeconds)
java.lang.Integer
type.
Group: consumerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: proxydefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder maximumMessageSize(Integer maximumMessageSize)
java.lang.Integer type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder maximumMessageSize(String maximumMessageSize)
java.lang.Integer
type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder messageRetentionPeriod(Integer messageRetentionPeriod)
java.lang.Integer type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder messageRetentionPeriod(String messageRetentionPeriod)
java.lang.Integer
type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder policy(String policy)
java.lang.String type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds)
java.lang.Integer type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder receiveMessageWaitTimeSeconds(String receiveMessageWaitTimeSeconds)
java.lang.Integer
type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder redrivePolicy(String redrivePolicy)
java.lang.String type.
Group: queuedefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
int type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder delay(long delay)
long type.
Default: 500
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder delay(String delay)
long type.
Default: 500
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder greedy(boolean greedy)
boolean type.
Default: false
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder greedy(String greedy)
boolean type.
Default: false
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder initialDelay(long initialDelay)
long type.
Default: 1000
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder initialDelay(String initialDelay)
long type.
Default: 1000
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder repeatCount(long repeatCount)
long type.
Default: 0
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder repeatCount(String repeatCount)
long type.
Default: 0
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder scheduler(Object scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder scheduler(String scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder schedulerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder schedulerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder startScheduler(boolean startScheduler)
boolean type.
Default: true
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder startScheduler(String startScheduler)
boolean type.
Default: true
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder timeUnit(String timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder useFixedDelay(String useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel