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