Interface MapFilter.Builder

    • Method Detail

      • comparison

        MapFilter.Builder comparison​(String comparison)

        The operator to use when comparing values in the filter.

        Parameters:
        comparison - The operator to use when comparing values in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapComparison, MapComparison
      • comparison

        MapFilter.Builder comparison​(MapComparison comparison)

        The operator to use when comparing values in the filter.

        Parameters:
        comparison - The operator to use when comparing values in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapComparison, MapComparison
      • key

        MapFilter.Builder key​(String key)

        The tag key used in the filter.

        Parameters:
        key - The tag key used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MapFilter.Builder value​(String value)

        The tag value used in the filter.

        Parameters:
        value - The tag value used in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.