Interface ServerlessV2ScalingConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ServerlessV2ScalingConfiguration.Builder,ServerlessV2ScalingConfiguration>, SdkBuilder<ServerlessV2ScalingConfiguration.Builder,ServerlessV2ScalingConfiguration>, SdkPojo
Enclosing class:
ServerlessV2ScalingConfiguration

public static interface ServerlessV2ScalingConfiguration.Builder extends SdkPojo, CopyableBuilder<ServerlessV2ScalingConfiguration.Builder,ServerlessV2ScalingConfiguration>
  • Method Details

    • 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

      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.