public static interface PutFunctionConcurrencyRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<PutFunctionConcurrencyRequest.Builder,PutFunctionConcurrencyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutFunctionConcurrencyRequest.Builder |
functionName(String functionName)
The name of the Lambda function.
|
PutFunctionConcurrencyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
|
buildoverrideConfigurationcopyapplyMutation, buildPutFunctionConcurrencyRequest.Builder functionName(String functionName)
The name of the Lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName - The name of the Lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
PutFunctionConcurrencyRequest.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
reservedConcurrentExecutions - The concurrent execution limit reserved for this function.PutFunctionConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutFunctionConcurrencyRequest.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.