| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
build()
Builds the configured instance.
|
Dimension.Builder |
name(String name)
Sets the value of
Dimension.getName() |
Dimension.Builder |
value(Object value)
Sets the value of
Dimension.getValue() |
@Stability(value=Experimental) public Dimension.Builder name(String name)
Dimension.getName()name - Name of the dimension. This parameter is required.this@Stability(value=Experimental) public Dimension.Builder value(Object value)
Dimension.getValue()value - Value of the dimension. This parameter is required.this@Stability(value=Experimental) public Dimension build()
build in interface software.amazon.jsii.Builder<Dimension>DimensionNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.