Interface MonetizeAction.Builder

  • Method Details

    • priceMultiplier

      MonetizeAction.Builder priceMultiplier(String priceMultiplier)

      An integer multiplier applied to the base price defined in the web ACL's MonetizationConfig. The effective price for the request is the base price multiplied by this value. Specify as a string. Valid values: 1 to 100.

      Parameters:
      priceMultiplier - An integer multiplier applied to the base price defined in the web ACL's MonetizationConfig. The effective price for the request is the base price multiplied by this value. Specify as a string. Valid values: 1 to 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.