Interface Athena2EndpointBuilderFactory.Athena2Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- Athena2EndpointBuilderFactory
public static interface Athena2EndpointBuilderFactory.Athena2Builders
-
Method Summary
Modifier and TypeMethodDescriptionAWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x.aws2Athena
(String path) AWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x.aws2Athena
(String componentName, String path) AWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x.
-
Method Details
-
aws2Athena
AWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x. Category: cloud,database Since: 3.4 Maven coordinates: org.apache.camel:camel-aws2-athena- Returns:
- the dsl builder for the headers' name.
-
aws2Athena
AWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x. Category: cloud,database Since: 3.4 Maven coordinates: org.apache.camel:camel-aws2-athena Syntax:aws2-athena:label
Path parameter: label (required) Logical name- Parameters:
path
- label- Returns:
- the dsl builder
-
aws2Athena
default Athena2EndpointBuilderFactory.Athena2EndpointBuilder aws2Athena(String componentName, String path) AWS Athena (camel-aws2-athena) Access AWS Athena service using AWS SDK version 2.x. Category: cloud,database Since: 3.4 Maven coordinates: org.apache.camel:camel-aws2-athena Syntax:aws2-athena:label
Path parameter: label (required) Logical name- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- label- Returns:
- the dsl builder
-