Interface ServerlessV2ScalingConfiguration.Builder

    • Method Detail

      • minCapacity

        ServerlessV2ScalingConfiguration.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.

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

        ServerlessV2ScalingConfiguration.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.

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