Interface Ddb2EndpointBuilderFactory.Ddb2Builders

    • Method Detail

      • aws2Ddb

        default Ddb2EndpointBuilderFactory.Ddb2HeaderNameBuilder aws2Ddb()
        AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB service using AWS SDK version 2.x. Category: cloud,database,nosql Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb
        Returns:
        the dsl builder for the headers' name.
      • aws2Ddb

        default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder aws2Ddb​(String path)
        AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB service using AWS SDK version 2.x. Category: cloud,database,nosql Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb Syntax: aws2-ddb:tableName Path parameter: tableName (required) The name of the table currently worked with.
        Parameters:
        path - tableName
        Returns:
        the dsl builder
      • aws2Ddb

        default Ddb2EndpointBuilderFactory.Ddb2EndpointBuilder aws2Ddb​(String componentName,
                                                                       String path)
        AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB service using AWS SDK version 2.x. Category: cloud,database,nosql Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb Syntax: aws2-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
        Returns:
        the dsl builder