Interface ServerlessV2FeaturesSupport.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ServerlessV2FeaturesSupport.Builder,,ServerlessV2FeaturesSupport> SdkBuilder<ServerlessV2FeaturesSupport.Builder,,ServerlessV2FeaturesSupport> SdkPojo
- Enclosing class:
 ServerlessV2FeaturesSupport
public static interface ServerlessV2FeaturesSupport.Builder
extends SdkPojo, CopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxCapacity(Double maxCapacity) Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version.minCapacity(Double minCapacity) If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
minCapacity
If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.
- Parameters:
 minCapacity- If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxCapacity
Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
256or128.- Parameters:
 maxCapacity- Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be256or128.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -