Interface ServerlessV2ScalingConfigurationInfo.Builder

    • Method Detail

      • minCapacity

        ServerlessV2ScalingConfigurationInfo.Builder minCapacity​(Double 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxCapacity

        ServerlessV2ScalingConfigurationInfo.Builder maxCapacity​(Double 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.