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.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.autoDiscoverClient(boolean autoDiscoverClient) |
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
AwsDdbComponentBuilderFactory.awsDdb() |
AWS DynamoDB (camel-aws-ddb)
Store and retrieve data from AWS DynamoDB service.
|
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.
|