| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.awsLambda(String path)
AWS Lambda (camel-aws-lambda)
The aws-lambda is used for managing and invoking functions from Amazon
Lambda.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaBuilders.awsLambda(String path)
AWS Lambda (camel-aws-lambda)
The aws-lambda is used for managing and invoking functions from
Amazon Lambda.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder.basic() |
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.operation(LambdaEndpointBuilderFactory.LambdaOperations operation)
The operation to perform.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.operation(String operation)
The operation to perform.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.proxyProtocol(LambdaEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.region(String region)
Amazon AWS Region.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel