default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.aws2Lambda() |
AWS 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.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.overrideEndpoint(boolean overrideEndpoint) |
Set the need for overidding the endpoint.
|
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 Lambda client needs to work.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.trustAllCertificates(boolean trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.uriEndpointOverride(String uriEndpointOverride) |
Set the overriding uri endpoint.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) |
Set whether the Lambda client should expect to load credentials
through a default credentials provider or to expect static
credentials to be passed in.
|