Interface GuardrailRegex.Builder

    • Method Detail

      • name

        GuardrailRegex.Builder name​(String name)

        The name of the regular expression for the guardrail.

        Parameters:
        name - The name of the regular expression for the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GuardrailRegex.Builder description​(String description)

        The description of the regular expression for the guardrail.

        Parameters:
        description - The description of the regular expression for the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pattern

        GuardrailRegex.Builder pattern​(String pattern)

        The pattern of the regular expression configured for the guardrail.

        Parameters:
        pattern - The pattern of the regular expression configured for the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.