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