| Modifier and Type | Optional Element and Description |
|---|---|
String |
functionName
The name of the function to invoke for this annotated method.
|
String |
invocationType
The type of invocation to use (one of 'RequestResponse', 'Event', or
'DryRun').
|
String |
logType
The type of log to request from the service, either 'None' as default or
'Tail'.
|
String |
qualifier
The version or alias name of the function to invoke for this annotated
method.
|
public abstract String functionName
public abstract String invocationType
public abstract String logType
When specified, the log information returned by the Lambda function will be
emitted to the JCL log for the interface class at the INFO level.
public abstract String qualifier
Copyright © 2018. All rights reserved.