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