public static final class Attributes.Builder extends Object
Modifier and Type | Method and Description |
---|---|
Attributes |
build()
Build the attributes.
|
<T> Attributes.Builder |
set(Attributes.Key<T> key,
T value) |
<T> Attributes.Builder |
setAll(Attributes other) |
public <T> Attributes.Builder set(Attributes.Key<T> key, T value)
public <T> Attributes.Builder setAll(Attributes other)
public Attributes build()