| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
ComponentsBuilderFactory.aws2Lambda()
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.aws2Lambda()
AWS 2 Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.awsLambdaClient(software.amazon.awssdk.services.lambda.LambdaClient awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.configuration(org.apache.camel.component.aws2.lambda.Lambda2Configuration configuration)
Component configuration.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.operation(org.apache.camel.component.aws2.lambda.Lambda2Operations operation)
The operation to perform.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.region(String region)
The region in which ECS client needs to work.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel