public static interface ServerlessV2ScalingConfigurationInfo.Builder extends SdkPojo, CopyableBuilder<ServerlessV2ScalingConfigurationInfo.Builder,ServerlessV2ScalingConfigurationInfo>
| Modifier and Type | Method and Description |
|---|---|
ServerlessV2ScalingConfigurationInfo.Builder |
maxCapacity(Double maxCapacity)
The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster.
|
ServerlessV2ScalingConfigurationInfo.Builder |
minCapacity(Double minCapacity)
The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerlessV2ScalingConfigurationInfo.Builder minCapacity(Double minCapacity)
The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.
minCapacity - The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster.
You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.ServerlessV2ScalingConfigurationInfo.Builder maxCapacity(Double maxCapacity)
The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.
maxCapacity - The maximum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster.
You can specify NCU values in half-step increments, such as 40, 40.5, 41, and so on.Copyright © 2023. All rights reserved.