Add all Attributes in List attributes. If an Attribute with the same key already exists, it will be overwritten.
attributes
void addAll(List<Attribute> attributes) { attributes.forEach(add); }