@Stability(value=Stable) public static final class CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBCluster.ServerlessV2ScalingConfigurationProperty>
CfnDBCluster.ServerlessV2ScalingConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBCluster.ServerlessV2ScalingConfigurationProperty |
build()
Builds the configured instance.
|
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder |
maxCapacity(Number maxCapacity)
Sets the value of
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.getMaxCapacity() |
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder |
minCapacity(Number minCapacity)
Sets the value of
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.getMinCapacity() |
@Stability(value=Stable) public CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder maxCapacity(Number maxCapacity)
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.getMaxCapacity()maxCapacity - The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
The maximum capacity must be higher than 0.5 ACUs. For more information, see Choosing the maximum Aurora Serverless v2 capacity setting for a cluster in the Amazon Aurora User Guide .
this@Stability(value=Stable) public CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder minCapacity(Number minCapacity)
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.getMinCapacity()minCapacity - The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.this@Stability(value=Stable) public CfnDBCluster.ServerlessV2ScalingConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDBCluster.ServerlessV2ScalingConfigurationProperty>CfnDBCluster.ServerlessV2ScalingConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.