public static interface Threshold.Builder extends SdkPojo, CopyableBuilder<Threshold.Builder,Threshold>
| Modifier and Type | Method and Description |
|---|---|
Threshold.Builder |
comparison(Comparison comparison)
The Threshold to use to compare service level metrics to.
|
Threshold.Builder |
comparison(String comparison)
The Threshold to use to compare service level metrics to.
|
Threshold.Builder |
thresholdValue(Double thresholdValue)
The value of the threshold to compare the metric to.
|
copyapplyMutation, buildThreshold.Builder comparison(String comparison)
The Threshold to use to compare service level metrics to. Only "Less than" (LT) comparisons are supported.
comparison - The Threshold to use to compare service level metrics to. Only "Less than" (LT) comparisons are
supported.Comparison,
ComparisonThreshold.Builder comparison(Comparison comparison)
The Threshold to use to compare service level metrics to. Only "Less than" (LT) comparisons are supported.
comparison - The Threshold to use to compare service level metrics to. Only "Less than" (LT) comparisons are
supported.Comparison,
ComparisonThreshold.Builder thresholdValue(Double thresholdValue)
The value of the threshold to compare the metric to. Only "Less than" (LT) comparisons are supported.
thresholdValue - The value of the threshold to compare the metric to. Only "Less than" (LT) comparisons are supported.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.