public static interface Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.ddb.Ddb2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
amazonDDBClient(software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDDBClient)
To use the AmazonDynamoDB as the client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
configuration(org.apache.camel.component.aws2.ddb.Ddb2Configuration configuration)
The component configuration.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
consistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
keyAttributeName(String keyAttributeName)
Attribute name when creating table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
keyAttributeType(String keyAttributeType)
Attribute type when creating table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
operation(org.apache.camel.component.aws2.ddb.Ddb2Operations operation)
What operation to perform.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the DDB client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
proxyPort(Integer proxyPort)
The region in which DynamoDB client needs to work.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the DDB client.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
readCapacity(Long readCapacity)
The provisioned throughput to reserve for reading resources from your
table.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
region(String region)
The region in which DDB client needs to work.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
writeCapacity(Long writeCapacity)
The provisioned throughput to reserved for writing resources to your
table.
|
build, build, doSetProperty, registerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder amazonDDBClient(software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDDBClient)
amazonDDBClient - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder configuration(org.apache.camel.component.aws2.ddb.Ddb2Configuration configuration)
configuration - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder consistentRead(boolean consistentRead)
consistentRead - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder keyAttributeName(String keyAttributeName)
keyAttributeName - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder keyAttributeType(String keyAttributeType)
keyAttributeType - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder operation(org.apache.camel.component.aws2.ddb.Ddb2Operations operation)
operation - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder readCapacity(Long readCapacity)
readCapacity - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder region(String region)
region - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder writeCapacity(Long writeCapacity)
writeCapacity - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel