public static interface Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Ddb2EndpointBuilderFactory.AdvancedDdb2EndpointBuilder |
advanced() |
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
amazonDDBClient(Object amazonDDBClient)
To use the AmazonDynamoDB as the client.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
amazonDDBClient(String amazonDDBClient)
To use the AmazonDynamoDB as the client.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
consistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
consistentRead(String consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
keyAttributeName(String keyAttributeName)
Attribute name when creating table.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
keyAttributeType(String keyAttributeType)
Attribute type when creating table.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
operation(Ddb2EndpointBuilderFactory.Ddb2Operations operation)
What operation to perform.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
operation(String operation)
What operation to perform.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the DDB client.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
proxyPort(Integer proxyPort)
The region in which DynamoDB client needs to work.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
proxyPort(String proxyPort)
The region in which DynamoDB client needs to work.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
proxyProtocol(Ddb2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the DDB client.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the DDB client.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
readCapacity(Long readCapacity)
The provisioned throughput to reserve for reading resources from your
table.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
readCapacity(String readCapacity)
The provisioned throughput to reserve for reading resources from your
table.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
region(String region)
The region in which DDB client needs to work.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
writeCapacity(Long writeCapacity)
The provisioned throughput to reserved for writing resources to your
table.
|
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder |
writeCapacity(String writeCapacity)
The provisioned throughput to reserved for writing resources to your
table.
|
default Ddb2EndpointBuilderFactory.AdvancedDdb2EndpointBuilder advanced()
default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder amazonDDBClient(Object amazonDDBClient)
amazonDDBClient - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder amazonDDBClient(String amazonDDBClient)
amazonDDBClient - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder consistentRead(boolean consistentRead)
consistentRead - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder consistentRead(String consistentRead)
consistentRead - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder keyAttributeName(String keyAttributeName)
keyAttributeName - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder keyAttributeType(String keyAttributeType)
keyAttributeType - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder operation(Ddb2EndpointBuilderFactory.Ddb2Operations operation)
operation - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder operation(String operation)
operation - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder proxyProtocol(Ddb2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder readCapacity(Long readCapacity)
readCapacity - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder readCapacity(String readCapacity)
readCapacity - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder region(String region)
region - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder writeCapacity(Long writeCapacity)
writeCapacity - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder writeCapacity(String writeCapacity)
writeCapacity - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel