static InvokeRequest.Builder |
InvokeRequest.builder() |
|
InvokeRequest.Builder |
InvokeRequest.Builder.clientContext(String clientContext) |
Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context
object.
|
InvokeRequest.Builder |
InvokeRequest.Builder.functionName(String functionName) |
The name or ARN of the Lambda function, version, or alias.
|
InvokeRequest.Builder |
InvokeRequest.Builder.invocationType(String invocationType) |
Choose from the following options.
|
InvokeRequest.Builder |
InvokeRequest.Builder.invocationType(InvocationType invocationType) |
Choose from the following options.
|
InvokeRequest.Builder |
InvokeRequest.Builder.logType(String logType) |
Set to Tail to include the execution log in the response.
|
InvokeRequest.Builder |
InvokeRequest.Builder.logType(LogType logType) |
Set to Tail to include the execution log in the response.
|
InvokeRequest.Builder |
InvokeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
InvokeRequest.Builder |
InvokeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
InvokeRequest.Builder |
InvokeRequest.Builder.payload(SdkBytes payload) |
The JSON that you want to provide to your Lambda function as input.
|
InvokeRequest.Builder |
InvokeRequest.Builder.qualifier(String qualifier) |
Specify a version or alias to invoke a published version of the function.
|
InvokeRequest.Builder |
InvokeRequest.toBuilder() |
|