Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The type of tag on which to filter.

        Parameters:
        key - The type of tag on which to filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        A value for a tag key on which to filter.

        Parameters:
        value - A value for a tag key on which to filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.