Interface RedshiftData2EndpointBuilderFactory.RedshiftData2Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
RedshiftData2EndpointBuilderFactory
public static interface RedshiftData2EndpointBuilderFactory.RedshiftData2Builders
-
Method Summary
Modifier and TypeMethodDescriptionAWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API.aws2RedshiftData
(String path) AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API.aws2RedshiftData
(String componentName, String path) AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API.
-
Method Details
-
aws2RedshiftData
AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API. Category: cloud,serverless,database,bigdata Since: 4.1 Maven coordinates: org.apache.camel:camel-aws2-redshift- Returns:
- the dsl builder for the headers' name.
-
aws2RedshiftData
default RedshiftData2EndpointBuilderFactory.RedshiftData2EndpointBuilder aws2RedshiftData(String path) AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API. Category: cloud,serverless,database,bigdata Since: 4.1 Maven coordinates: org.apache.camel:camel-aws2-redshift Syntax:aws2-redshift-data:label
Path parameter: label (required) Logical name- Parameters:
path
- label- Returns:
- the dsl builder
-
aws2RedshiftData
default RedshiftData2EndpointBuilderFactory.RedshiftData2EndpointBuilder aws2RedshiftData(String componentName, String path) AWS RedshiftData (camel-aws2-redshift) Perform operations on AWS Redshift using Redshift Data API. Category: cloud,serverless,database,bigdata Since: 4.1 Maven coordinates: org.apache.camel:camel-aws2-redshift Syntax:aws2-redshift-data: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
-