public static final class CfnAlarmModel.AlarmEventActionsProperty.Builder
extends java.lang.Object
CfnAlarmModel.AlarmEventActionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAlarmModel.AlarmEventActionsProperty.Builder |
alarmActions(IResolvable alarmActions)
Sets the value of
CfnAlarmModel.AlarmEventActionsProperty.getAlarmActions() |
CfnAlarmModel.AlarmEventActionsProperty.Builder |
alarmActions(java.util.List<? extends java.lang.Object> alarmActions)
Sets the value of
CfnAlarmModel.AlarmEventActionsProperty.getAlarmActions() |
CfnAlarmModel.AlarmEventActionsProperty |
build()
Builds the configured instance.
|
public CfnAlarmModel.AlarmEventActionsProperty.Builder alarmActions(IResolvable alarmActions)
CfnAlarmModel.AlarmEventActionsProperty.getAlarmActions()
alarmActions
- Specifies one or more supported actions to receive notifications when the alarm state changes.this
public CfnAlarmModel.AlarmEventActionsProperty.Builder alarmActions(java.util.List<? extends java.lang.Object> alarmActions)
CfnAlarmModel.AlarmEventActionsProperty.getAlarmActions()
alarmActions
- Specifies one or more supported actions to receive notifications when the alarm state changes.this
public CfnAlarmModel.AlarmEventActionsProperty build()
CfnAlarmModel.AlarmEventActionsProperty
java.lang.NullPointerException
- if any required attribute was not provided