| 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)
Store and retrieve data from AWS 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.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.amazonDDBClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDDBClient)
To use the AmazonDynamoDB as the client.
|
static AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.awsDdb()
AWS DynamoDB (camel-aws-ddb)
Store and retrieve data from AWS 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 component configuration.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.consistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.keyAttributeName(String keyAttributeName)
Attribute name when creating table.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.keyAttributeType(String keyAttributeType)
Attribute type when creating table.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.operation(org.apache.camel.component.aws.ddb.DdbOperations operation)
What operation to perform.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.readCapacity(Long readCapacity)
The provisioned throughput to reserve for reading resources from your
table.
|
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.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.writeCapacity(Long writeCapacity)
The provisioned throughput to reserved for writing resources to your
table.
|
Apache Camel