| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
ComponentsBuilderFactory.awsDdbstream()
AWS DynamoDB Streams (camel-aws-ddb)
Receive messages from AWS DynamoDB Stream service.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.amazonDynamoDbStreamsClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams amazonDynamoDbStreamsClient)
Amazon DynamoDB client to use for all requests for this endpoint.
|
static AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.awsDdbstream()
AWS DynamoDB Streams (camel-aws-ddb)
Receive messages from AWS DynamoDB Stream service.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.configuration(org.apache.camel.component.aws.ddbstream.DdbStreamConfiguration configuration)
The component configuration.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.iteratorType(com.amazonaws.services.dynamodbv2.model.ShardIteratorType iteratorType)
Defines where in the DynaboDB stream to start getting records.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.maxResultsPerRequest(int maxResultsPerRequest)
Maximum number of records that will be fetched in each poll.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the DDBStreams client.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the DDBStreams client.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the DDBStreams client.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.region(String region)
The region in which DDBStreams client needs to work.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.sequenceNumberProvider(org.apache.camel.component.aws.ddbstream.SequenceNumberProvider sequenceNumberProvider)
Provider for the sequence number when using one of the two
ShardIteratorType.{AT,AFTER}_SEQUENCE_NUMBER iterator types.
|
Apache Camel