| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.aws2Lambda(String path)
AWS Lambda (camel-aws2-lambda)
The aws2-lambda is used for managing and invoking functions from Amazon
Lambda.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2Builders.aws2Lambda(String path)
AWS Lambda (camel-aws2-lambda)
The aws2-lambda is used for managing and invoking functions from
Amazon Lambda.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.basic() |
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.operation(Lambda2EndpointBuilderFactory.Lambda2Operations operation)
The operation to perform.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.operation(String operation)
The operation to perform.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(Lambda2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.region(String region)
The region in which ECS client needs to work.
|
default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder |
Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel