Modifier and Type | Method and Description |
---|---|
Key |
build()
Builds the key instance
|
<T> Key.Builder |
with(Attribute<T> attribute,
T value)
Adds the given attribute value to this builder
|
<T> Key.Builder with(Attribute<T> attribute, T value)
T
- the value typeattribute
- the attributevalue
- the valueKey build()