Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.

        Parameters:
        key - A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

        Parameters:
        value - A user-defined value, which is optional in a tag. For more information, see Tag Clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.