| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
ComponentsBuilderFactory.awsDdbstream()
AWS DynamoDB Streams (camel-aws-ddb)
The aws-ddbstream component is used for working with Amazon DynamoDB
Streams.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.awsDdbstream()
AWS DynamoDB Streams (camel-aws-ddb)
The aws-ddbstream component is used for working with Amazon DynamoDB
Streams.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.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 AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.configuration(org.apache.camel.component.aws.ddbstream.DdbStreamConfiguration configuration)
The AWS DDB stream default configuration.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.region(String region)
Amazon AWS Region.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel