Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

        Parameters:
        key - The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.

        Parameters:
        value - The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.
        Returns:
        Returns a reference to this object so that method calls can be chained together.