Interface Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder,Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder
- Enclosing interface:
- Sqs2EndpointBuilderFactory
public static interface Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder
extends Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder, Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder
Builder for endpoint for the AWS Simple Queue Service (SQS) component.
-
Method Summary
Modifier and TypeMethodDescriptionAmazon AWS Access Key.advanced()amazonAWSHost(String amazonAWSHost) The hostname of the Amazon AWS cloud.autoCreateQueue(boolean autoCreateQueue) Setting the autocreation of the queue.autoCreateQueue(String autoCreateQueue) Setting the autocreation of the queue.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel.maximumMessageSize(Integer maximumMessageSize) The maximumMessageSize (in bytes) an SQS message can contain for this queue.maximumMessageSize(String maximumMessageSize) The maximumMessageSize (in bytes) an SQS message can contain for this queue.messageRetentionPeriod(Integer messageRetentionPeriod) The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue.messageRetentionPeriod(String messageRetentionPeriod) The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.The policy for this queue.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.The underlying protocol used to communicate with SQS.To define a proxy host when instantiating the SQS client.To define a proxy port when instantiating the SQS client.To define a proxy port when instantiating the SQS client.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the SQS client.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the SQS client.queueOwnerAWSAccountId(String queueOwnerAWSAccountId) Specify the queue owner aws account id when you need to connect the queue with different account owner.To define the queueUrl explicitly.receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds) If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait.receiveMessageWaitTimeSeconds(String receiveMessageWaitTimeSeconds) If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait.redrivePolicy(String redrivePolicy) Specify the policy that send message to DeadLetter queue.The region in which SQS client needs to work.Amazon AWS Secret Key.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SQS client should expect to load credentials through a profile credentials provider.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the SQS client should expect to load credentials through a profile credentials provider.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.Sqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder
attributeNames, backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, concurrentConsumers, concurrentConsumers, defaultVisibilityTimeout, defaultVisibilityTimeout, delay, delay, deleteAfterRead, deleteAfterRead, deleteIfFiltered, deleteIfFiltered, extendMessageVisibility, extendMessageVisibility, greedy, greedy, initialDelay, initialDelay, kmsDataKeyReusePeriodSeconds, kmsDataKeyReusePeriodSeconds, kmsMasterKeyId, maxMessagesPerPoll, maxMessagesPerPoll, messageAttributeNames, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, serverSideEncryptionEnabled, serverSideEncryptionEnabled, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay, visibilityTimeout, visibilityTimeout, waitTimeSeconds, waitTimeSecondsMethods inherited from interface org.apache.camel.builder.endpoint.dsl.Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder
batchSeparator, delaySeconds, delaySeconds, messageDeduplicationIdStrategy, messageGroupIdStrategy, messageHeaderExceededLimit, operation, operation
-
Method Details
-
advanced
- Specified by:
advancedin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
advancedin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder
-
amazonAWSHost
The hostname of the Amazon AWS cloud. The option is a: <code>java.lang.String</code> type. Default: amazonaws.com Group: common- Specified by:
amazonAWSHostin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
amazonAWSHostin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
amazonAWSHost- the value to set- Returns:
- the dsl builder
-
autoCreateQueue
Setting the autocreation of the queue. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
autoCreateQueuein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
autoCreateQueuein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
autoCreateQueue- the value to set- Returns:
- the dsl builder
-
autoCreateQueue
Setting the autocreation of the queue. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
autoCreateQueuein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
autoCreateQueuein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
autoCreateQueue- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel. The option is a: <code>org.apache.camel.spi.HeaderFilterStrategy</code> type. Group: common- Specified by:
headerFilterStrategyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel. The option will be converted to a <code>org.apache.camel.spi.HeaderFilterStrategy</code> type. Group: common- Specified by:
headerFilterStrategyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
overrideEndpoint
Set the need for overriding the endpoint. This option needs to be used in combination with uriEndpointOverride option. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
overrideEndpointin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
overrideEndpointin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
overrideEndpoint- the value to set- Returns:
- the dsl builder
-
overrideEndpoint
Set the need for overriding the endpoint. This option needs to be used in combination with uriEndpointOverride option. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
overrideEndpointin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
overrideEndpointin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
overrideEndpoint- the value to set- Returns:
- the dsl builder
-
protocol
The underlying protocol used to communicate with SQS. The option is a: <code>java.lang.String</code> type. Default: https Group: common- Specified by:
protocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
protocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
protocol- the value to set- Returns:
- the dsl builder
-
queueOwnerAWSAccountId
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder queueOwnerAWSAccountId(String queueOwnerAWSAccountId) Specify the queue owner aws account id when you need to connect the queue with different account owner. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
queueOwnerAWSAccountIdin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
queueOwnerAWSAccountIdin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
queueOwnerAWSAccountId- the value to set- Returns:
- the dsl builder
-
region
The region in which SQS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id(). The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
regionin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
regionin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
region- the value to set- Returns:
- the dsl builder
-
uriEndpointOverride
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
uriEndpointOverridein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
uriEndpointOverridein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
uriEndpointOverride- the value to set- Returns:
- the dsl builder
-
proxyHost
To define a proxy host when instantiating the SQS client. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
proxyHostin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
proxyHostin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
proxyHost- the value to set- Returns:
- the dsl builder
-
proxyPort
To define a proxy port when instantiating the SQS client. The option is a: <code>java.lang.Integer</code> type. Group: proxy- Specified by:
proxyPortin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
proxyPortin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
proxyPort- the value to set- Returns:
- the dsl builder
-
proxyPort
To define a proxy port when instantiating the SQS client. The option will be converted to a <code>java.lang.Integer</code> type. Group: proxy- Specified by:
proxyPortin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
proxyPortin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
proxyPort- the value to set- Returns:
- the dsl builder
-
proxyProtocol
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the SQS client. The option is a: <code>software.amazon.awssdk.core.Protocol</code> type. Default: HTTPS Group: proxy- Specified by:
proxyProtocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
proxyProtocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
proxyProtocol- the value to set- Returns:
- the dsl builder
-
proxyProtocol
To define a proxy protocol when instantiating the SQS client. The option will be converted to a <code>software.amazon.awssdk.core.Protocol</code> type. Default: HTTPS Group: proxy- Specified by:
proxyProtocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
proxyProtocolin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
proxyProtocol- the value to set- Returns:
- the dsl builder
-
maximumMessageSize
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder maximumMessageSize(Integer maximumMessageSize) The maximumMessageSize (in bytes) an SQS message can contain for this queue. The option is a: <code>java.lang.Integer</code> type. Group: queue- Specified by:
maximumMessageSizein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
maximumMessageSizein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
maximumMessageSize- the value to set- Returns:
- the dsl builder
-
maximumMessageSize
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder maximumMessageSize(String maximumMessageSize) The maximumMessageSize (in bytes) an SQS message can contain for this queue. The option will be converted to a <code>java.lang.Integer</code> type. Group: queue- Specified by:
maximumMessageSizein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
maximumMessageSizein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
maximumMessageSize- the value to set- Returns:
- the dsl builder
-
messageRetentionPeriod
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder messageRetentionPeriod(Integer messageRetentionPeriod) The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue. The option is a: <code>java.lang.Integer</code> type. Group: queue- Specified by:
messageRetentionPeriodin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
messageRetentionPeriodin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
messageRetentionPeriod- the value to set- Returns:
- the dsl builder
-
messageRetentionPeriod
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder messageRetentionPeriod(String messageRetentionPeriod) The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue. The option will be converted to a <code>java.lang.Integer</code> type. Group: queue- Specified by:
messageRetentionPeriodin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
messageRetentionPeriodin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
messageRetentionPeriod- the value to set- Returns:
- the dsl builder
-
policy
The policy for this queue. It can be loaded by default from classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems. This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file. The option is a: <code>java.lang.String</code> type. Group: queue- Specified by:
policyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
policyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
policy- the value to set- Returns:
- the dsl builder
-
queueUrl
To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes. The option is a: <code>java.lang.String</code> type. Group: queue- Specified by:
queueUrlin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
queueUrlin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
queueUrl- the value to set- Returns:
- the dsl builder
-
receiveMessageWaitTimeSeconds
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds) If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait. The option is a: <code>java.lang.Integer</code> type. Group: queue- Specified by:
receiveMessageWaitTimeSecondsin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
receiveMessageWaitTimeSecondsin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
receiveMessageWaitTimeSeconds- the value to set- Returns:
- the dsl builder
-
receiveMessageWaitTimeSeconds
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder receiveMessageWaitTimeSeconds(String receiveMessageWaitTimeSeconds) If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait. The option will be converted to a <code>java.lang.Integer</code> type. Group: queue- Specified by:
receiveMessageWaitTimeSecondsin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
receiveMessageWaitTimeSecondsin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
receiveMessageWaitTimeSeconds- the value to set- Returns:
- the dsl builder
-
redrivePolicy
Specify the policy that send message to DeadLetter queue. See detail at Amazon docs. The option is a: <code>java.lang.String</code> type. Group: queue- Specified by:
redrivePolicyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
redrivePolicyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
redrivePolicy- the value to set- Returns:
- the dsl builder
-
accessKey
Amazon AWS Access Key. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
accessKeyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
accessKeyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
accessKey- the value to set- Returns:
- the dsl builder
-
profileCredentialsName
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
profileCredentialsNamein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
profileCredentialsNamein interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
profileCredentialsName- the value to set- Returns:
- the dsl builder
-
secretKey
Amazon AWS Secret Key. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
secretKeyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
secretKeyin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
secretKey- the value to set- Returns:
- the dsl builder
-
trustAllCertificates
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint. The option is a: <code>boolean</code> type. Default: false Group: security- Specified by:
trustAllCertificatesin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
trustAllCertificatesin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
trustAllCertificates- the value to set- Returns:
- the dsl builder
-
trustAllCertificates
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint. The option will be converted to a <code>boolean</code> type. Default: false Group: security- Specified by:
trustAllCertificatesin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
trustAllCertificatesin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
trustAllCertificates- the value to set- Returns:
- the dsl builder
-
useDefaultCredentialsProvider
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in. The option is a: <code>boolean</code> type. Default: false Group: security- Specified by:
useDefaultCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
useDefaultCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
useDefaultCredentialsProvider- the value to set- Returns:
- the dsl builder
-
useDefaultCredentialsProvider
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in. The option will be converted to a <code>boolean</code> type. Default: false Group: security- Specified by:
useDefaultCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
useDefaultCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
useDefaultCredentialsProvider- the value to set- Returns:
- the dsl builder
-
useProfileCredentialsProvider
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SQS client should expect to load credentials through a profile credentials provider. The option is a: <code>boolean</code> type. Default: false Group: security- Specified by:
useProfileCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
useProfileCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
useProfileCredentialsProvider- the value to set- Returns:
- the dsl builder
-
useProfileCredentialsProvider
default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the SQS client should expect to load credentials through a profile credentials provider. The option will be converted to a <code>boolean</code> type. Default: false Group: security- Specified by:
useProfileCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointConsumerBuilder- Specified by:
useProfileCredentialsProviderin interfaceSqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder- Parameters:
useProfileCredentialsProvider- the value to set- Returns:
- the dsl builder
-