Interface GetFunctionConcurrencyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetFunctionConcurrencyResponse.Builder,GetFunctionConcurrencyResponse>, LambdaResponse.Builder, SdkBuilder<GetFunctionConcurrencyResponse.Builder,GetFunctionConcurrencyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetFunctionConcurrencyResponse

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

    • reservedConcurrentExecutions

      GetFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)

      The number of simultaneous executions that are reserved for the function.

      Parameters:
      reservedConcurrentExecutions - The number of simultaneous executions that are reserved for the function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.