| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
ComponentsBuilderFactory.awsDdb()
AWS DynamoDB (camel-aws-ddb)
The aws-ddb component is used for storing and retrieving data from
Amazon's DynamoDB service.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.awsDdb()
AWS DynamoDB (camel-aws-ddb)
The aws-ddb component is used for storing and retrieving data from
Amazon's DynamoDB service.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.configuration(org.apache.camel.component.aws.ddb.DdbConfiguration configuration)
The AWS DDB default configuration.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.region(String region)
The region in which DDB client needs to work.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel