Interface GuardrailRegexConfig.Builder

    • Method Detail

      • name

        GuardrailRegexConfig.Builder name​(String name)

        The name of the regular expression to configure for the guardrail.

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

        GuardrailRegexConfig.Builder description​(String description)

        The description of the regular expression to configure for the guardrail.

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

        GuardrailRegexConfig.Builder pattern​(String pattern)

        The regular expression pattern to configure for the guardrail.

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