Interface ProductionVariantServerlessUpdateConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,
,ProductionVariantServerlessUpdateConfig> SdkBuilder<ProductionVariantServerlessUpdateConfig.Builder,
,ProductionVariantServerlessUpdateConfig> SdkPojo
- Enclosing class:
ProductionVariantServerlessUpdateConfig
@Mutable
@NotThreadSafe
public static interface ProductionVariantServerlessUpdateConfig.Builder
extends SdkPojo, CopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,ProductionVariantServerlessUpdateConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmaxConcurrency
(Integer maxConcurrency) The updated maximum number of concurrent invocations your serverless endpoint can process.provisionedConcurrency
(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, sdkFieldNameToField, sdkFields
-
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 toMaxConcurrency
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-