Interface ServerlessV2FeaturesSupport.Builder

    • Method Detail

      • minCapacity

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

        ServerlessV2FeaturesSupport.Builder maxCapacity​(Double 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 256 or 128.

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