CopyableBuilder<InvokeAsyncRequest.Builder,InvokeAsyncRequest>
, SdkBuilder<InvokeAsyncRequest.Builder,InvokeAsyncRequest>
public static interface InvokeAsyncRequest.Builder extends CopyableBuilder<InvokeAsyncRequest.Builder,InvokeAsyncRequest>
Modifier and Type | Method | Description |
---|---|---|
InvokeAsyncRequest.Builder |
functionName(String functionName) |
The Lambda function name.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.