| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
ComponentsBuilderFactory.awsLambda()
AWS Lambda (camel-aws-lambda)
The aws-lambda is used for managing and invoking functions from Amazon
Lambda.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.awsLambda()
AWS Lambda (camel-aws-lambda)
The aws-lambda is used for managing and invoking functions from Amazon
Lambda.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.configuration(org.apache.camel.component.aws.lambda.LambdaConfiguration configuration)
The AWS Lambda default configuration.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.region(String region)
Amazon AWS Region.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel