| Modifier and Type | Method and Description |
|---|---|
RunLambdaTask.Builder |
RunLambdaTask.Builder.clientContext(String clientContext)
Client context to pass to the function.
|
static RunLambdaTask.Builder |
RunLambdaTask.Builder.create(IFunction lambdaFunction)
EXPERIMENTAL
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to invoke Lambda function.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.invocationType(InvocationType invocationType)
Invocation type of the Lambda function.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.payload(Map<String,Object> payload)
The JSON that you want to provide to your Lambda function as input.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.qualifier(String qualifier)
Version or alias of the function to be invoked.
|
Copyright © 2020. All rights reserved.