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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductionVariantServerlessUpdateConfig.BuildermaxConcurrency(Integer maxConcurrency)The updated maximum number of concurrent invocations your serverless endpoint can process.ProductionVariantServerlessUpdateConfig.BuilderprovisionedConcurrency(Integer provisionedConcurrency)The updated amount of provisioned concurrency to allocate for the serverless endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxConcurrency
ProductionVariantServerlessUpdateConfig.Builder maxConcurrency(Integer 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 toMaxConcurrency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-