| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
build()
Builds the configured instance.
|
Dimension.Builder |
withName(String value)
Sets the value of Name
|
Dimension.Builder |
withValue(Object value)
Sets the value of Value
|
@Stability(value=Experimental) public Dimension.Builder withName(String value)
value - Name of the dimension.this@Stability(value=Experimental) public Dimension.Builder withValue(Object value)
value - Value of the dimension.this@Stability(value=Experimental) public Dimension build()
DimensionNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.