| 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)
Manage and invoke AWS Lambda functions.
|
| 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.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.awsLambda()
AWS Lambda (camel-aws-lambda)
Manage and invoke AWS Lambda functions.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.awsLambdaClient(com.amazonaws.services.lambda.AWSLambda awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
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.operation(org.apache.camel.component.aws.lambda.LambdaOperations operation)
The operation to perform.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
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