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.
|
InvokeAsyncRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildInvokeAsyncRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.InvokeAsyncRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.