@Stability(value=Experimental) public static final class SpacerProps.Builder extends Object implements software.amazon.jsii.Builder<SpacerProps>
SpacerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SpacerProps |
build()
Builds the configured instance.
|
SpacerProps.Builder |
height(Number height)
Sets the value of
SpacerProps.getHeight() |
SpacerProps.Builder |
width(Number width)
Sets the value of
SpacerProps.getWidth() |
@Stability(value=Experimental) public SpacerProps.Builder height(Number height)
SpacerProps.getHeight()height - Height of the spacer.this@Stability(value=Experimental) public SpacerProps.Builder width(Number width)
SpacerProps.getWidth()width - Width of the spacer.this@Stability(value=Experimental) public SpacerProps build()
build in interface software.amazon.jsii.Builder<SpacerProps>SpacerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.