Class Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
org.apache.camel.builder.component.dsl.Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
,Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder
- Enclosing interface:
- Aws2SqsComponentBuilderFactory
public static class Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
implements Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.aws2.sqs.Sqs2Component
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder
accessKey, amazonAWSHost, amazonSQSClient, attributeNames, autoCreateQueue, autowiredEnabled, batchSeparator, bridgeErrorHandler, concurrentConsumers, configuration, defaultVisibilityTimeout, delayQueue, delaySeconds, deleteAfterRead, deleteIfFiltered, extendMessageVisibility, kmsDataKeyReusePeriodSeconds, kmsMasterKeyId, lazyStartProducer, maximumMessageSize, messageAttributeNames, messageDeduplicationIdStrategy, messageGroupIdStrategy, messageHeaderExceededLimit, messageRetentionPeriod, operation, overrideEndpoint, policy, protocol, proxyHost, proxyPort, proxyProtocol, queueOwnerAWSAccountId, queueUrl, receiveMessageWaitTimeSeconds, redrivePolicy, region, secretKey, serverSideEncryptionEnabled, trustAllCertificates, uriEndpointOverride, useDefaultCredentialsProvider, visibilityTimeout, waitTimeSeconds
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
Aws2SqsComponentBuilderImpl
public Aws2SqsComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.aws2.sqs.Sqs2Component buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
-