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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Concurrency.
reservedConcurrentExecutions - The number of concurrent executions that are reserved for this function. For more information, see Managing
Concurrency.Copyright © 2019. All rights reserved.