public static interface PutFunctionConcurrencyResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
Modifier and Type | Method and Description |
---|---|
PutFunctionConcurrencyResponse.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
reservedConcurrentExecutions
- The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda
reserved concurrency.Copyright © 2023. All rights reserved.