Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAlarmMixinProps.Builder
Packages that use CfnAlarmMixinProps.Builder
-
Uses of CfnAlarmMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch that return CfnAlarmMixinProps.BuilderModifier and TypeMethodDescriptionCfnAlarmMixinProps.Builder.actionsEnabled(Boolean actionsEnabled) Sets the value ofCfnAlarmMixinProps.getActionsEnabled()CfnAlarmMixinProps.Builder.actionsEnabled(IResolvable actionsEnabled) Sets the value ofCfnAlarmMixinProps.getActionsEnabled()CfnAlarmMixinProps.Builder.alarmActions(List<? extends Object> alarmActions) Sets the value ofCfnAlarmMixinProps.getAlarmActions()CfnAlarmMixinProps.Builder.alarmDescription(String alarmDescription) Sets the value ofCfnAlarmMixinProps.getAlarmDescription()Sets the value ofCfnAlarmMixinProps.getAlarmName()static CfnAlarmMixinProps.BuilderCfnAlarmMixinProps.builder()CfnAlarmMixinProps.Builder.comparisonOperator(String comparisonOperator) Sets the value ofCfnAlarmMixinProps.getComparisonOperator()CfnAlarmMixinProps.Builder.datapointsToAlarm(Number datapointsToAlarm) Sets the value ofCfnAlarmMixinProps.getDatapointsToAlarm()CfnAlarmMixinProps.Builder.dimensions(List<? extends Object> dimensions) Sets the value ofCfnAlarmMixinProps.getDimensions()CfnAlarmMixinProps.Builder.dimensions(IResolvable dimensions) Sets the value ofCfnAlarmMixinProps.getDimensions()CfnAlarmMixinProps.Builder.evaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile) Sets the value ofCfnAlarmMixinProps.getEvaluateLowSampleCountPercentile()CfnAlarmMixinProps.Builder.evaluationPeriods(Number evaluationPeriods) Sets the value ofCfnAlarmMixinProps.getEvaluationPeriods()CfnAlarmMixinProps.Builder.extendedStatistic(String extendedStatistic) Sets the value ofCfnAlarmMixinProps.getExtendedStatistic()CfnAlarmMixinProps.Builder.insufficientDataActions(List<? extends Object> insufficientDataActions) Sets the value ofCfnAlarmMixinProps.getInsufficientDataActions()CfnAlarmMixinProps.Builder.metricName(String metricName) Sets the value ofCfnAlarmMixinProps.getMetricName()Sets the value ofCfnAlarmMixinProps.getMetrics()CfnAlarmMixinProps.Builder.metrics(IResolvable metrics) Sets the value ofCfnAlarmMixinProps.getMetrics()Sets the value ofCfnAlarmMixinProps.getNamespace()Sets the value ofCfnAlarmMixinProps.getOkActions()Sets the value ofCfnAlarmMixinProps.getPeriod()Sets the value ofCfnAlarmMixinProps.getStatistic()Sets the value ofCfnAlarmMixinProps.getTags()Sets the value ofCfnAlarmMixinProps.getThreshold()CfnAlarmMixinProps.Builder.thresholdMetricId(String thresholdMetricId) Sets the value ofCfnAlarmMixinProps.getThresholdMetricId()CfnAlarmMixinProps.Builder.treatMissingData(String treatMissingData) Sets the value ofCfnAlarmMixinProps.getTreatMissingData()Sets the value ofCfnAlarmMixinProps.getUnit()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch with parameters of type CfnAlarmMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlarmMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlarmMixinProps.Builder.