public static interface InvokeAsyncRequest.Builder extends LambdaRequest.Builder, CopyableBuilder<InvokeAsyncRequest.Builder,InvokeAsyncRequest>
Modifier and Type | Method and Description |
---|---|
InvokeAsyncRequest.Builder |
functionName(String functionName)
The Lambda function name.
|
InvokeAsyncRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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.InvokeAsyncRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.