| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
StaticEndpointBuilders.awsLambda(String path)
AWS Lambda (camel-aws-lambda)
Manage and invoke AWS Lambda functions.
|
static LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
StaticEndpointBuilders.awsLambda(String componentName,
String path)
AWS Lambda (camel-aws-lambda)
Manage and invoke AWS Lambda functions.
|
| Modifier and Type | Method and Description |
|---|---|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.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 LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaEndpointBuilder.autoDiscoverClient(String 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 LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaBuilders.awsLambda(String path)
AWS Lambda (camel-aws-lambda)
Manage and invoke AWS Lambda functions.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.LambdaBuilders.awsLambda(String componentName,
String path)
AWS Lambda (camel-aws-lambda)
Manage and invoke AWS Lambda functions.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder.basic() |
static LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
LambdaEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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