public static interface LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder |
awsLambdaClient(Object awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder |
awsLambdaClient(String awsLambdaClient)
To use a existing configured AwsLambdaClient as client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
basic() |
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder basic()
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder awsLambdaClient(Object awsLambdaClient)
awsLambdaClient - the value to setdefault LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder awsLambdaClient(String awsLambdaClient)
awsLambdaClient - the value to setdefault LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel