Interface TagValues.Builder

    • Method Detail

      • key

        TagValues.Builder key​(String key)

        The key for the tag.

        Parameters:
        key - The key for the tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        TagValues.Builder values​(Collection<String> values)

        The specific value of the tag.

        Parameters:
        values - The specific value of the tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        TagValues.Builder values​(String... values)

        The specific value of the tag.

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