@Generated(value="software.amazon.awssdk:codegen") public final class ProductionVariantServerlessUpdateConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,ProductionVariantServerlessUpdateConfig>
Specifies the serverless update concurrency configuration for an endpoint variant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProductionVariantServerlessUpdateConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantServerlessUpdateConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxConcurrency()
The updated maximum number of concurrent invocations your serverless endpoint can process.
|
Integer |
provisionedConcurrency()
The updated amount of provisioned concurrency to allocate for the serverless endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProductionVariantServerlessUpdateConfig.Builder> |
serializableBuilderClass() |
ProductionVariantServerlessUpdateConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxConcurrency()
The updated maximum number of concurrent invocations your serverless endpoint can process.
public final Integer provisionedConcurrency()
The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or
equal to MaxConcurrency.
MaxConcurrency.public ProductionVariantServerlessUpdateConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProductionVariantServerlessUpdateConfig.Builder,ProductionVariantServerlessUpdateConfig>public static ProductionVariantServerlessUpdateConfig.Builder builder()
public static Class<? extends ProductionVariantServerlessUpdateConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.