Interface DimensionFilter.Builder

    • Method Detail

      • name

        DimensionFilter.Builder name​(String name)

        The dimension name to be matched.

        Parameters:
        name - The dimension name to be matched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DimensionFilter.Builder value​(String value)

        The value of the dimension to be matched.

        Parameters:
        value - The value of the dimension to be matched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.