Class StringMatchFilter.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setText

        public StringMatchFilter.Builder setText​(java.lang.String text)
        Sets the text to search in event messages.
        Parameters:
        text - the text to search in event messages.
        Returns:
        this instance.
        Since:
        2.25.0
      • build

        public StringMatchFilter build()
        Description copied from interface: Builder
        Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.
        Specified by:
        build in interface Builder<StringMatchFilter>
        Returns:
        the configured instance.