public static interface ProductionVariantServerlessUpdateConfig.Builder extends SdkPojo, CopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,ProductionVariantServerlessUpdateConfig>
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantServerlessUpdateConfig.Builder |
maxConcurrency(Integer maxConcurrency)
The updated maximum number of concurrent invocations your serverless endpoint can process.
|
ProductionVariantServerlessUpdateConfig.Builder |
provisionedConcurrency(Integer provisionedConcurrency)
The updated amount of provisioned concurrency to allocate for the serverless endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProductionVariantServerlessUpdateConfig.Builder maxConcurrency(Integer maxConcurrency)
The updated maximum number of concurrent invocations your serverless endpoint can process.
maxConcurrency - The updated maximum number of concurrent invocations your serverless endpoint can process.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.
provisionedConcurrency - The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less
than or equal to MaxConcurrency.Copyright © 2023. All rights reserved.