@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.254Z") @Stability(value=Experimental) 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()
(experimental) Height of the spacer.
|
default Number |
getWidth()
(experimental) Width of the spacer.
|
@Stability(value=Experimental) @Nullable default Number getHeight()
Default: : 1
@Stability(value=Experimental) @Nullable default Number getWidth()
Default: 1
@Stability(value=Experimental) static SpacerProps.Builder builder()
SpacerProps.Builder of SpacerPropsCopyright © 2022. All rights reserved.