public static interface InvokeAsyncRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InvokeAsyncRequest.Builder,InvokeAsyncRequest>
Modifier and Type | Method and Description |
---|---|
InvokeAsyncRequest.Builder |
functionName(String functionName)
The Lambda function name.
|
InvokeAsyncRequest.Builder functionName(String functionName)
The Lambda function name. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The Lambda function name. Note that the length constraint applies only to the ARN. If you specify only
the function name, it is limited to 64 characters in length.Copyright © 2017. All rights reserved.