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 |
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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder |
awsLambdaClient(com.amazonaws.services.lambda.AWSLambda awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
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 autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder configuration(org.apache.camel.component.aws.lambda.LambdaConfiguration configuration)
configuration - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder operation(org.apache.camel.component.aws.lambda.LambdaOperations operation)
operation - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder region(String region)
region - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder awsLambdaClient(com.amazonaws.services.lambda.AWSLambda awsLambdaClient)
awsLambdaClient - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsLambdaComponentBuilderFactory.AwsLambdaComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel