@Stability(value=Stable) public static final class CfnEndpointConfig.ServerlessConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointConfig.ServerlessConfigProperty>
CfnEndpointConfig.ServerlessConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.ServerlessConfigProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.ServerlessConfigProperty.Builder |
maxConcurrency(Number maxConcurrency)
Sets the value of
CfnEndpointConfig.ServerlessConfigProperty.getMaxConcurrency() |
CfnEndpointConfig.ServerlessConfigProperty.Builder |
memorySizeInMb(Number memorySizeInMb)
Sets the value of
CfnEndpointConfig.ServerlessConfigProperty.getMemorySizeInMb() |
@Stability(value=Stable) public CfnEndpointConfig.ServerlessConfigProperty.Builder maxConcurrency(Number maxConcurrency)
CfnEndpointConfig.ServerlessConfigProperty.getMaxConcurrency()maxConcurrency - The maximum number of concurrent invocations your serverless endpoint can process. This parameter is required.this@Stability(value=Stable) public CfnEndpointConfig.ServerlessConfigProperty.Builder memorySizeInMb(Number memorySizeInMb)
CfnEndpointConfig.ServerlessConfigProperty.getMemorySizeInMb()memorySizeInMb - The memory size of your serverless endpoint. This parameter is required.
Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.this@Stability(value=Stable) public CfnEndpointConfig.ServerlessConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointConfig.ServerlessConfigProperty>CfnEndpointConfig.ServerlessConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.