Interface ProductionVariantServerlessUpdateConfig.Builder

  • Method Details

    • maxConcurrency

      The updated maximum number of concurrent invocations your serverless endpoint can process.

      Parameters:
      maxConcurrency - The updated maximum number of concurrent invocations your serverless endpoint can process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedConcurrency

      ProductionVariantServerlessUpdateConfig.Builder provisionedConcurrency(Integer provisionedConcurrency)

      The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

      Parameters:
      provisionedConcurrency - The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.