public static interface Concurrency.Builder extends SdkPojo, CopyableBuilder<Concurrency.Builder,Concurrency>
Modifier and Type | Method and Description |
---|---|
Concurrency.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Concurrency.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 © 2022. All rights reserved.