| static MetricThresholdRule.Builder | MetricThresholdRule. builder() | Create a new builder. | 
| MetricThresholdRule.Builder | MetricThresholdRule.Builder. copy(MetricThresholdRule model) |  | 
| MetricThresholdRule.Builder | MetricThresholdRule.Builder. durationInMinutes(Integer durationInMinutes) | This value is the minimum period of time the metric value exceeds the threshold value
before the action is triggered. | 
| MetricThresholdRule.Builder | MetricThresholdRule.Builder. operator(MetricThresholdRule.Operator operator) | The comparison operator to use. | 
| MetricThresholdRule.Builder | MetricThresholdRule. toBuilder() |  | 
| MetricThresholdRule.Builder | MetricThresholdRule.Builder. value(Integer value) | Integer non-negative value. |