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) |
PutFunctionConcurrencyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutFunctionConcurrencyRequest.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of simultaneous executions to reserve for the function.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutFunctionConcurrencyRequest.Builder functionName(String functionName)
The name of the Lambda function.
Name formats
Function name - my-function
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
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 - my-function
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
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 number of simultaneous executions to reserve for the function.
reservedConcurrentExecutions
- The number of simultaneous executions to reserve for the function.PutFunctionConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutFunctionConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.