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 |
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 |
region(String region)
Amazon AWS Region.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder configuration(org.apache.camel.component.aws.lambda.LambdaConfiguration configuration)
org.apache.camel.component.aws.lambda.LambdaConfiguration type.
Group: advancedApache Camel