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 |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
amazonDDBClient - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder configuration(org.apache.camel.component.aws.ddb.DdbConfiguration configuration)
configuration - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder consistentRead(boolean consistentRead)
consistentRead - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder keyAttributeName(String keyAttributeName)
keyAttributeName - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder keyAttributeType(String keyAttributeType)
keyAttributeType - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder operation(org.apache.camel.component.aws.ddb.DdbOperations operation)
operation - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder readCapacity(Long readCapacity)
readCapacity - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder region(String region)
region - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder writeCapacity(Long writeCapacity)
writeCapacity - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsDdbComponentBuilderFactory.AwsDdbComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel