Class FilterTextOrId.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • filterId

        public FilterTextOrId.Builder filterId​(String filterId)
        The OCID of a Span Filter.

        The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.

        Parameters:
        filterId - the value to set
        Returns:
        this builder
      • filterText

        public FilterTextOrId.Builder filterText​(String filterText)
        The string that defines the Span Filter expression.
        Parameters:
        filterText - the value to set
        Returns:
        this builder