public static interface Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.sqs.Sqs2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
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 Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
configuration(org.apache.camel.component.aws2.sqs.Sqs2Configuration configuration)
The AWS SQS default configuration.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
region(String region)
Specify the queue region which could be used with
queueOwnerAWSAccountId to build the service URL.
|
default Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder region(String region)
java.lang.String type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: commondefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder configuration(org.apache.camel.component.aws2.sqs.Sqs2Configuration configuration)
org.apache.camel.component.aws2.sqs.Sqs2Configuration
type.
Group: advancedApache Camel