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