Uses of Class
software.amazon.awscdk.services.lightsail.CfnAlarmProps.Builder
-
Uses of CfnAlarmProps.Builder in software.amazon.awscdk.services.lightsail
Modifier and TypeMethodDescriptionSets the value ofCfnAlarmProps.getAlarmName()
static CfnAlarmProps.Builder
CfnAlarmProps.builder()
CfnAlarmProps.Builder.comparisonOperator
(String comparisonOperator) Sets the value ofCfnAlarmProps.getComparisonOperator()
CfnAlarmProps.Builder.contactProtocols
(List<String> contactProtocols) Sets the value ofCfnAlarmProps.getContactProtocols()
CfnAlarmProps.Builder.datapointsToAlarm
(Number datapointsToAlarm) Sets the value ofCfnAlarmProps.getDatapointsToAlarm()
CfnAlarmProps.Builder.evaluationPeriods
(Number evaluationPeriods) Sets the value ofCfnAlarmProps.getEvaluationPeriods()
CfnAlarmProps.Builder.metricName
(String metricName) Sets the value ofCfnAlarmProps.getMetricName()
CfnAlarmProps.Builder.monitoredResourceName
(String monitoredResourceName) Sets the value ofCfnAlarmProps.getMonitoredResourceName()
CfnAlarmProps.Builder.notificationEnabled
(Boolean notificationEnabled) Sets the value ofCfnAlarmProps.getNotificationEnabled()
CfnAlarmProps.Builder.notificationEnabled
(IResolvable notificationEnabled) Sets the value ofCfnAlarmProps.getNotificationEnabled()
CfnAlarmProps.Builder.notificationTriggers
(List<String> notificationTriggers) Sets the value ofCfnAlarmProps.getNotificationTriggers()
Sets the value ofCfnAlarmProps.getThreshold()
CfnAlarmProps.Builder.treatMissingData
(String treatMissingData) Sets the value ofCfnAlarmProps.getTreatMissingData()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlarmProps.Builder
.