Interface DdbEndpointBuilderFactory.DdbBuilders

    • Method Detail

      • awsDdb

        default DdbEndpointBuilderFactory.DdbEndpointBuilder awsDdb​(String path)
        AWS DynamoDB (camel-aws-ddb) Store and retrieve data from AWS DynamoDB service. Category: cloud,database,nosql Since: 2.10 Maven coordinates: org.apache.camel:camel-aws-ddb Syntax: aws-ddb:tableName Path parameter: tableName (required) The name of the table currently worked with.
        Parameters:
        path - tableName
      • awsDdb

        default DdbEndpointBuilderFactory.DdbEndpointBuilder awsDdb​(String componentName,
                                                                    String path)
        AWS DynamoDB (camel-aws-ddb) Store and retrieve data from AWS DynamoDB service. Category: cloud,database,nosql Since: 2.10 Maven coordinates: org.apache.camel:camel-aws-ddb Syntax: aws-ddb:tableName Path parameter: tableName (required) The name of the table currently worked with.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - tableName