public static interface Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders
| Modifier and Type | Method and Description |
|---|---|
default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder |
aws2Ddbstream(String path)
AWS 2 DynamoDB Streams (camel-aws2-ddb)
Receive messages from AWS DynamoDB Stream service using AWS SDK
version 2.x.
|
default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder |
aws2Ddbstream(String componentName,
String path)
AWS 2 DynamoDB Streams (camel-aws2-ddb)
Receive messages from AWS DynamoDB Stream service using AWS SDK
version 2.x.
|
default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder aws2Ddbstream(String path)
aws2-ddbstream:tableName
Path parameter: tableName (required)
Name of the dynamodb tablepath - tableNamedefault Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder aws2Ddbstream(String componentName, String path)
aws2-ddbstream:tableName
Path parameter: tableName (required)
Name of the dynamodb tablecomponentName - to use a custom component name for the endpoint
instead of the default namepath - tableNameApache Camel