Interface ProductionVariantServerlessUpdateConfig.Builder

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

public static interface ProductionVariantServerlessUpdateConfig.Builder extends SdkPojo, CopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,ProductionVariantServerlessUpdateConfig>
  • 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.