Uses of Class
software.amazon.awscdk.services.cloudwatch.AlarmProps.Builder
Packages that use AlarmProps.Builder
-
Uses of AlarmProps.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return AlarmProps.BuilderModifier and TypeMethodDescriptionAlarmProps.Builder.actionsEnabled
(Boolean actionsEnabled) Sets the value ofCreateAlarmOptions.getActionsEnabled()
AlarmProps.Builder.alarmDescription
(String alarmDescription) Sets the value ofCreateAlarmOptions.getAlarmDescription()
Sets the value ofCreateAlarmOptions.getAlarmName()
static AlarmProps.Builder
AlarmProps.builder()
AlarmProps.Builder.comparisonOperator
(ComparisonOperator comparisonOperator) Sets the value ofCreateAlarmOptions.getComparisonOperator()
AlarmProps.Builder.datapointsToAlarm
(Number datapointsToAlarm) Sets the value ofCreateAlarmOptions.getDatapointsToAlarm()
AlarmProps.Builder.evaluateLowSampleCountPercentile
(String evaluateLowSampleCountPercentile) Sets the value ofCreateAlarmOptions.getEvaluateLowSampleCountPercentile()
AlarmProps.Builder.evaluationPeriods
(Number evaluationPeriods) Sets the value ofCreateAlarmOptions.getEvaluationPeriods()
Sets the value ofAlarmProps.getMetric()
Sets the value ofCreateAlarmOptions.getThreshold()
AlarmProps.Builder.treatMissingData
(TreatMissingData treatMissingData) Sets the value ofCreateAlarmOptions.getTreatMissingData()
Constructors in software.amazon.awscdk.services.cloudwatch with parameters of type AlarmProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(AlarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAlarmProps.Builder
.