Interface Concurrency.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Concurrency.Builder,Concurrency>, SdkBuilder<Concurrency.Builder,Concurrency>, SdkPojo
Enclosing class:
Concurrency

public static interface Concurrency.Builder extends SdkPojo, CopyableBuilder<Concurrency.Builder,Concurrency>
  • Method Details

    • 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.