public static interface Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.lambda.Lambda2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
awsLambdaClient(software.amazon.awssdk.services.lambda.LambdaClient awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
default 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 |
configuration(org.apache.camel.component.aws2.lambda.Lambda2Configuration configuration)
Component configuration.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
operation(org.apache.camel.component.aws2.lambda.Lambda2Operations operation)
The operation to perform.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
region(String region)
The region in which ECS client needs to work.
|
default Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder configuration(org.apache.camel.component.aws2.lambda.Lambda2Configuration configuration)
org.apache.camel.component.aws2.lambda.Lambda2Configuration type.
Group: producerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder operation(org.apache.camel.component.aws2.lambda.Lambda2Operations operation)
org.apache.camel.component.aws2.lambda.Lambda2Operations
type.
Default: invokeFunction
Group: producerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder pojoRequest(boolean pojoRequest)
boolean type.
Default: false
Group: producerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder awsLambdaClient(software.amazon.awssdk.services.lambda.LambdaClient awsLambdaClient)
software.amazon.awssdk.services.lambda.LambdaClient
type.
Group: advanceddefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: proxydefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel