Interface Concurrency.Builder

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