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.Sqs2Componentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, healthCheckConsumerEnabled, healthCheckProducerEnabled, kmsDataKeyReusePeriodSeconds, kmsMasterKeyId, lazyStartProducer, maximumMessageSize, messageAttributeNames, messageDeduplicationIdStrategy, messageGroupIdStrategy, messageHeaderExceededLimit, messageRetentionPeriod, operation, overrideEndpoint, policy, profileCredentialsName, protocol, proxyHost, proxyPort, proxyProtocol, queueOwnerAWSAccountId, queueUrl, receiveMessageWaitTimeSeconds, redrivePolicy, region, secretKey, serverSideEncryptionEnabled, trustAllCertificates, uriEndpointOverride, useDefaultCredentialsProvider, useProfileCredentialsProvider, visibilityTimeout, waitTimeSecondsMethods 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:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
-