Interface OptionRestrictionRegex.Builder

    • Method Detail

      • pattern

        OptionRestrictionRegex.Builder pattern​(String 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

        OptionRestrictionRegex.Builder label​(String 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.