| Modifier and Type | Method and Description |
|---|---|
static AlarmProps.Builder |
AlarmProps.builder() |
AlarmProps.Builder |
AlarmProps.Builder.withActionsEnabled(Boolean value)
Sets the value of ActionsEnabled
|
AlarmProps.Builder |
AlarmProps.Builder.withAlarmDescription(String value)
Sets the value of AlarmDescription
|
AlarmProps.Builder |
AlarmProps.Builder.withAlarmName(String value)
Sets the value of AlarmName
|
AlarmProps.Builder |
AlarmProps.Builder.withComparisonOperator(ComparisonOperator value)
Sets the value of ComparisonOperator
|
AlarmProps.Builder |
AlarmProps.Builder.withDatapointsToAlarm(Number value)
Sets the value of DatapointsToAlarm
|
AlarmProps.Builder |
AlarmProps.Builder.withEvaluateLowSampleCountPercentile(String value)
Sets the value of EvaluateLowSampleCountPercentile
|
AlarmProps.Builder |
AlarmProps.Builder.withEvaluationPeriods(Number value)
Sets the value of EvaluationPeriods
|
AlarmProps.Builder |
AlarmProps.Builder.withMetric(IMetric value)
Sets the value of Metric
|
AlarmProps.Builder |
AlarmProps.Builder.withPeriod(software.amazon.awscdk.core.Duration value)
Sets the value of Period
|
AlarmProps.Builder |
AlarmProps.Builder.withStatistic(String value)
Sets the value of Statistic
|
AlarmProps.Builder |
AlarmProps.Builder.withThreshold(Number value)
Sets the value of Threshold
|
AlarmProps.Builder |
AlarmProps.Builder.withTreatMissingData(TreatMissingData value)
Sets the value of TreatMissingData
|
Copyright © 2019. All rights reserved.