public static interface Lambda2EndpointBuilderFactory.Lambda2Builders
| Modifier and Type | Method and Description |
|---|---|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
aws2Lambda(String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
aws2Lambda(String componentName,
String path)
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder aws2Lambda(String path)
aws2-lambda:function
Path parameter: function (required)
Name of the Lambda function.path - functiondefault Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder aws2Lambda(String componentName, String path)
aws2-lambda:function
Path parameter: function (required)
Name of the Lambda function.componentName - to use a custom component name for the endpoint
instead of the default namepath - functionApache Camel