Interface SpacerProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SpacerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:58.536Z")
@Stability(Stable)
public interface SpacerProps
extends software.amazon.jsii.JsiiSerializable
Props of the spacer.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forSpacerProps
static final class
An implementation forSpacerProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHeight
Height of the spacer.Default: : 1
-
getWidth
Width of the spacer.Default: 1
-
builder
- Returns:
- a
SpacerProps.Builder
ofSpacerProps
-