Interface Lambda2EndpointBuilderFactory.Lambda2Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- Lambda2EndpointBuilderFactory
public static interface Lambda2EndpointBuilderFactory.Lambda2Builders
-
Method Summary
Modifier and TypeMethodDescriptionAWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.aws2Lambda(String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.aws2Lambda(String componentName, String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions.
-
Method Details
-
aws2Lambda
AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions. Category: cloud,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda- Returns:
- the dsl builder for the headers' name.
-
aws2Lambda
AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions. Category: cloud,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda Syntax:aws2-lambda:functionPath parameter: function (required) Name of the Lambda function.- Parameters:
path- function- Returns:
- the dsl builder
-
aws2Lambda
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder aws2Lambda(String componentName, String path) AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions. Category: cloud,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda Syntax:aws2-lambda:functionPath parameter: function (required) Name of the Lambda function.- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- function- Returns:
- the dsl builder
-