public static interface AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.lambda.LambdaComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
awsLambdaClient(com.amazonaws.services.lambda.AWSLambda awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
default 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 |
configuration(org.apache.camel.component.aws.lambda.LambdaConfiguration configuration)
The AWS Lambda default configuration.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
operation(org.apache.camel.component.aws.lambda.LambdaOperations operation)
The operation to perform.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
region(String region)
Amazon AWS Region.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder configuration(org.apache.camel.component.aws.lambda.LambdaConfiguration configuration)
org.apache.camel.component.aws.lambda.LambdaConfiguration type.
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder operation(org.apache.camel.component.aws.lambda.LambdaOperations operation)
org.apache.camel.component.aws.lambda.LambdaOperations
type.
Default: invokeFunction
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder awsLambdaClient(com.amazonaws.services.lambda.AWSLambda awsLambdaClient)
com.amazonaws.services.lambda.AWSLambda
type.
Group: advanceddefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: proxydefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel