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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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 |
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)
software.amazon.awssdk.services.dynamodb.DynamoDbClient
type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder configuration(org.apache.camel.component.aws2.ddb.Ddb2Configuration configuration)
org.apache.camel.component.aws2.ddb.Ddb2Configuration
type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder consistentRead(boolean consistentRead)
boolean type.
Default: false
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder keyAttributeName(String keyAttributeName)
java.lang.String type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder keyAttributeType(String keyAttributeType)
java.lang.String type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder operation(org.apache.camel.component.aws2.ddb.Ddb2Operations operation)
org.apache.camel.component.aws2.ddb.Ddb2Operations type.
Default: PutItem
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder readCapacity(Long readCapacity)
java.lang.Long type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder writeCapacity(Long writeCapacity)
java.lang.Long type.
Group: producerdefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel