Interface SdbEndpointBuilderFactory.SdbBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- SdbEndpointBuilderFactory
public static interface SdbEndpointBuilderFactory.SdbBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SdbEndpointBuilderFactory.SdbEndpointBuilder
awsSdb(String path)
AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service.default SdbEndpointBuilderFactory.SdbEndpointBuilder
awsSdb(String componentName, String path)
AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service.
-
-
-
Method Detail
-
awsSdb
default SdbEndpointBuilderFactory.SdbEndpointBuilder awsSdb(String path)
AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service. Category: cloud,database,nosql Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-sdb Syntax:aws-sdb:domainName
Path parameter: domainName (required) The name of the domain currently worked with.- Parameters:
path
- domainName
-
awsSdb
default SdbEndpointBuilderFactory.SdbEndpointBuilder awsSdb(String componentName, String path)
AWS SimpleDB (camel-aws-sdb) Store and Retrieve data from/to AWS SDB service. Category: cloud,database,nosql Since: 2.9 Maven coordinates: org.apache.camel:camel-aws-sdb Syntax:aws-sdb:domainName
Path parameter: domainName (required) The name of the domain currently worked with.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- domainName
-
-