public static interface PutFunctionConcurrencyResponse.Builder extends LambdaResponse.Builder, CopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutFunctionConcurrencyResponse.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildPutFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
concurrent-executions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.