Class AwsSqsComponentBuilderFactory.AwsSqsComponentBuilderImpl
- java.lang.Object
-
- org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws.sqs.SqsComponent>
-
- org.apache.camel.builder.component.dsl.AwsSqsComponentBuilderFactory.AwsSqsComponentBuilderImpl
-
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws.sqs.SqsComponent>
,AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder
- Enclosing interface:
- AwsSqsComponentBuilderFactory
public static class AwsSqsComponentBuilderFactory.AwsSqsComponentBuilderImpl extends AbstractComponentBuilder<org.apache.camel.component.aws.sqs.SqsComponent> implements AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder
-
-
Constructor Summary
Constructors Constructor Description AwsSqsComponentBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.component.aws.sqs.SqsComponent
buildConcreteComponent()
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.AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder
accessKey, amazonAWSHost, amazonSQSClient, attributeNames, autoCreateQueue, autoDiscoverClient, autowiredEnabled, bridgeErrorHandler, concurrentConsumers, configuration, defaultVisibilityTimeout, delayQueue, delaySeconds, deleteAfterRead, deleteIfFiltered, extendMessageVisibility, kmsDataKeyReusePeriodSeconds, kmsMasterKeyId, lazyStartProducer, maximumMessageSize, messageAttributeNames, messageDeduplicationIdStrategy, messageGroupIdStrategy, messageRetentionPeriod, operation, policy, protocol, proxyHost, proxyPort, proxyProtocol, queueOwnerAWSAccountId, queueUrl, receiveMessageWaitTimeSeconds, redrivePolicy, region, secretKey, serverSideEncryptionEnabled, visibilityTimeout, waitTimeSeconds
-
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
-
-
-
Method Detail
-
buildConcreteComponent
protected org.apache.camel.component.aws.sqs.SqsComponent buildConcreteComponent()
- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws.sqs.SqsComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value)
- Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws.sqs.SqsComponent>
-
-