Interface Ddb2EndpointBuilderFactory.Ddb2Builders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Ddb2EndpointBuilderFactory

public static interface Ddb2EndpointBuilderFactory.Ddb2Builders
  • Method Details

    • aws2Ddb

      AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB. Category: cloud,database Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb
      Returns:
      the dsl builder for the headers' name.
    • aws2Ddb

      AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB. Category: cloud,database 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. Category: cloud,database 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