@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.267Z") @Stability(value=Stable) public interface SpacerProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudwatch.*;
SpacerProps spacerProps = SpacerProps.builder()
.height(123)
.width(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SpacerProps.Builder
A builder for
SpacerProps |
static class |
SpacerProps.Jsii$Proxy
An implementation for
SpacerProps |
| Modifier and Type | Method and Description |
|---|---|
static SpacerProps.Builder |
builder() |
default Number |
getHeight()
Height of the spacer.
|
default Number |
getWidth()
Width of the spacer.
|
@Stability(value=Stable) @Nullable default Number getHeight()
Default: : 1
@Stability(value=Stable) @Nullable default Number getWidth()
Default: 1
@Stability(value=Stable) static SpacerProps.Builder builder()
SpacerProps.Builder of SpacerPropsCopyright © 2022. All rights reserved.