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