Interface Concurrency.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Concurrency.Builder,Concurrency>,SdkBuilder<Concurrency.Builder,Concurrency>,SdkPojo
- Enclosing class:
- Concurrency
@Mutable @NotThreadSafe public static interface Concurrency.Builder extends SdkPojo, CopyableBuilder<Concurrency.Builder,Concurrency>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Concurrency.BuilderreservedConcurrentExecutions(Integer reservedConcurrentExecutions)The number of concurrent executions that are reserved for this function.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
reservedConcurrentExecutions
Concurrency.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
- Parameters:
reservedConcurrentExecutions- The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-