| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
build()
Builds the configured instance.
|
Attribute.Builder |
withName(String value)
Sets the value of Name
|
Attribute.Builder |
withType(AttributeType value)
Sets the value of Type
|
@Stability(value=Experimental) public Attribute.Builder withName(String value)
value - The name of an attribute.this@Stability(value=Experimental) public Attribute.Builder withType(AttributeType value)
value - The data type of an attribute.this@Stability(value=Experimental) public Attribute build()
AttributeNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.