Uses of Class
software.amazon.awscdk.services.cloudwatch.CfnAlarmProps.Builder
-
Uses of CfnAlarmProps.Builder in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionCfnAlarmProps.Builder.actionsEnabled
(Boolean actionsEnabled) Sets the value ofCfnAlarmProps.getActionsEnabled()
CfnAlarmProps.Builder.actionsEnabled
(IResolvable actionsEnabled) Sets the value ofCfnAlarmProps.getActionsEnabled()
CfnAlarmProps.Builder.alarmActions
(List<String> alarmActions) Sets the value ofCfnAlarmProps.getAlarmActions()
CfnAlarmProps.Builder.alarmDescription
(String alarmDescription) Sets the value ofCfnAlarmProps.getAlarmDescription()
Sets the value ofCfnAlarmProps.getAlarmName()
static CfnAlarmProps.Builder
CfnAlarmProps.builder()
CfnAlarmProps.Builder.comparisonOperator
(String comparisonOperator) Sets the value ofCfnAlarmProps.getComparisonOperator()
CfnAlarmProps.Builder.datapointsToAlarm
(Number datapointsToAlarm) Sets the value ofCfnAlarmProps.getDatapointsToAlarm()
CfnAlarmProps.Builder.dimensions
(List<? extends Object> dimensions) Sets the value ofCfnAlarmProps.getDimensions()
CfnAlarmProps.Builder.dimensions
(IResolvable dimensions) Sets the value ofCfnAlarmProps.getDimensions()
CfnAlarmProps.Builder.evaluateLowSampleCountPercentile
(String evaluateLowSampleCountPercentile) Sets the value ofCfnAlarmProps.getEvaluateLowSampleCountPercentile()
CfnAlarmProps.Builder.evaluationPeriods
(Number evaluationPeriods) Sets the value ofCfnAlarmProps.getEvaluationPeriods()
CfnAlarmProps.Builder.extendedStatistic
(String extendedStatistic) Sets the value ofCfnAlarmProps.getExtendedStatistic()
CfnAlarmProps.Builder.insufficientDataActions
(List<String> insufficientDataActions) Sets the value ofCfnAlarmProps.getInsufficientDataActions()
CfnAlarmProps.Builder.metricName
(String metricName) Sets the value ofCfnAlarmProps.getMetricName()
Sets the value ofCfnAlarmProps.getMetrics()
CfnAlarmProps.Builder.metrics
(IResolvable metrics) Sets the value ofCfnAlarmProps.getMetrics()
Sets the value ofCfnAlarmProps.getNamespace()
Sets the value ofCfnAlarmProps.getOkActions()
Sets the value ofCfnAlarmProps.getPeriod()
Sets the value ofCfnAlarmProps.getStatistic()
Sets the value ofCfnAlarmProps.getTags()
Sets the value ofCfnAlarmProps.getThreshold()
CfnAlarmProps.Builder.thresholdMetricId
(String thresholdMetricId) Sets the value ofCfnAlarmProps.getThresholdMetricId()
CfnAlarmProps.Builder.treatMissingData
(String treatMissingData) Sets the value ofCfnAlarmProps.getTreatMissingData()
Sets the value ofCfnAlarmProps.getUnit()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlarmProps.Builder
.