public static interface AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.ddb.DdbComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
amazonDDBClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDDBClient)
To use the AmazonDynamoDB as the client.
|
default 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 |
configuration(org.apache.camel.component.aws.ddb.DdbConfiguration configuration)
The component configuration.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
consistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
keyAttributeName(String keyAttributeName)
Attribute name when creating table.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
keyAttributeType(String keyAttributeType)
Attribute type when creating table.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
operation(org.apache.camel.component.aws.ddb.DdbOperations operation)
What operation to perform.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the DDB client.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
readCapacity(Long readCapacity)
The provisioned throughput to reserve for reading resources from your
table.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
region(String region)
The region in which DDB client needs to work.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
writeCapacity(Long writeCapacity)
The provisioned throughput to reserved for writing resources to your
table.
|
build, build, doSetProperty, registerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder amazonDDBClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDDBClient)
com.amazonaws.services.dynamodbv2.AmazonDynamoDB type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder configuration(org.apache.camel.component.aws.ddb.DdbConfiguration configuration)
org.apache.camel.component.aws.ddb.DdbConfiguration
type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder consistentRead(boolean consistentRead)
boolean type.
Default: false
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder keyAttributeName(String keyAttributeName)
java.lang.String type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder keyAttributeType(String keyAttributeType)
java.lang.String type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder operation(org.apache.camel.component.aws.ddb.DdbOperations operation)
org.apache.camel.component.aws.ddb.DdbOperations type.
Default: PutItem
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder readCapacity(Long readCapacity)
java.lang.Long type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder writeCapacity(Long writeCapacity)
java.lang.Long type.
Group: producerdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel