Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        Specifies the name assigned to the tag that you create.

        Parameters:
        key - Specifies the name assigned to the tag that you create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        Contains one or more values that you assigned to the key name that you create.

        Parameters:
        value - Contains one or more values that you assigned to the key name that you create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.