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.
|
default AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.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 AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsDdbstreamComponentBuilderFactory.AwsDdbstreamComponentBuilder |
AwsDdbstreamComponentBuilderFactory.awsDdbstream() |
AWS DynamoDB Streams (camel-aws-ddb)
Receive messages from AWS DynamoDB Stream service.
|
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.
|