Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The tag key.

        Constraints: Maximum length of 128 characters.

        Parameters:
        key - The tag key.

        Constraints: Maximum length of 128 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        The tag value.

        Constraints: Maximum length of 256 characters.

        Parameters:
        value - The tag value.

        Constraints: Maximum length of 256 characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.