Interface OptionRestrictionRegex.Builder

  • Method Details

    • pattern

      The regular expression pattern that a string configuration option value with this restriction must match.

      Parameters:
      pattern - The regular expression pattern that a string configuration option value with this restriction must match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • label

      A unique name representing this regular expression.

      Parameters:
      label - A unique name representing this regular expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.