setAttributes

fun setAttributes(from: Map<out String, String?>): Identity.Builder

First clears the values of all existing attributes values. Then updates or adds the values from the passed in map. Note: attribute keys cannot be removed, only the value can be cleared or set to null.

Return

The builder instance.

Parameters

from

the map to clear