Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

        Parameters:
        key - The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

        Parameters:
        value - The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.