@Stability(value=Experimental) public static final class AlarmStatusWidgetProps.Builder extends Object implements software.amazon.jsii.Builder<AlarmStatusWidgetProps>
AlarmStatusWidgetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AlarmStatusWidgetProps.Builder |
alarms(List<? extends IAlarm> alarms)
Sets the value of
AlarmStatusWidgetProps.getAlarms() |
AlarmStatusWidgetProps |
build()
Builds the configured instance.
|
AlarmStatusWidgetProps.Builder |
height(Number height)
Sets the value of
AlarmStatusWidgetProps.getHeight() |
AlarmStatusWidgetProps.Builder |
title(String title)
Sets the value of
AlarmStatusWidgetProps.getTitle() |
AlarmStatusWidgetProps.Builder |
width(Number width)
Sets the value of
AlarmStatusWidgetProps.getWidth() |
@Stability(value=Experimental) public AlarmStatusWidgetProps.Builder alarms(List<? extends IAlarm> alarms)
AlarmStatusWidgetProps.getAlarms()alarms - CloudWatch Alarms to show in widget. This parameter is required.this@Stability(value=Experimental) public AlarmStatusWidgetProps.Builder height(Number height)
AlarmStatusWidgetProps.getHeight()height - Height of the widget.this@Stability(value=Experimental) public AlarmStatusWidgetProps.Builder title(String title)
AlarmStatusWidgetProps.getTitle()title - The title of the widget.this@Stability(value=Experimental) public AlarmStatusWidgetProps.Builder width(Number width)
AlarmStatusWidgetProps.getWidth()width - Width of the widget, in a grid of 24 units wide.this@Stability(value=Experimental) public AlarmStatusWidgetProps build()
build in interface software.amazon.jsii.Builder<AlarmStatusWidgetProps>AlarmStatusWidgetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.