default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.amazonDDBClient(software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDDBClient) |
To use the AmazonDynamoDB as the client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.aws2Ddb() |
AWS DynamoDB (camel-aws2-ddb)
Store and retrieve data from AWS DynamoDB service using AWS SDK version
2.x.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.configuration(org.apache.camel.component.aws2.ddb.Ddb2Configuration configuration) |
The component configuration.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.consistentRead(boolean consistentRead) |
Determines whether or not strong consistency should be enforced when
data is read.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyAttributeName(String keyAttributeName) |
Attribute name when creating table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyAttributeType(String keyAttributeType) |
Attribute type when creating table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyScalarType(String keyScalarType) |
The key scalar type, it can be S (String), N (Number) and B (Bytes).
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.operation(org.apache.camel.component.aws2.ddb.Ddb2Operations operation) |
What operation to perform.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.overrideEndpoint(boolean overrideEndpoint) |
Set the need for overidding the endpoint.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the DDB client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.proxyPort(Integer proxyPort) |
The region in which DynamoDB client needs to work.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the DDB client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.readCapacity(Long readCapacity) |
The provisioned throughput to reserve for reading resources from your
table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.region(String region) |
The region in which DDB client needs to work.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.trustAllCertificates(boolean trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.uriEndpointOverride(String uriEndpointOverride) |
Set the overriding uri endpoint.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) |
Set whether the S3 client should expect to load credentials through a
default credentials provider or to expect static credentials to be
passed in.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.writeCapacity(Long writeCapacity) |
The provisioned throughput to reserved for writing resources to your
table.
|