Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The tag key. The key is required when you create a tag on an object. The key is case-sensitive, and must not contain the prefix aws.

        Parameters:
        key - The tag key. The key is required when you create a tag on an object. The key is case-sensitive, and must not contain the prefix aws.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        The tag value. The value is optional when you create a tag on an object. The value is case-sensitive, and must not contain the prefix aws.

        Parameters:
        value - The tag value. The value is optional when you create a tag on an object. The value is case-sensitive, and must not contain the prefix aws.
        Returns:
        Returns a reference to this object so that method calls can be chained together.