public static interface Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent>
| Modifier and Type | Method and Description |
|---|---|
default Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
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 Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
configuration(org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration configuration)
The AWS DDB stream default configuration.
|
default Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
region(String region)
Amazon AWS Region.
|
default Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: consumerdefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder region(String region)
java.lang.String type.
Group: consumerdefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: consumerdefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder configuration(org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration configuration)
org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration type.
Group: advancedApache Camel