Interface TextTransformation.Builder

    • Method Detail

      • priority

        TextTransformation.Builder priority​(Integer priority)

        Sets the relative processing order for multiple transformations. WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.

        Parameters:
        priority - Sets the relative processing order for multiple transformations. WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
        Returns:
        Returns a reference to this object so that method calls can be chained together.