Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.AlarmPromQLCriteria.Builder
-
Packages that use AlarmPromQLCriteria.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AlarmPromQLCriteria.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmPromQLCriteria.Builder Modifier and Type Method Description static AlarmPromQLCriteria.BuilderAlarmPromQLCriteria. builder()AlarmPromQLCriteria.BuilderAlarmPromQLCriteria.Builder. pendingPeriod(Integer pendingPeriod)The duration, in seconds, that a contributor must be continuously breaching before it transitions to theALARMstate.AlarmPromQLCriteria.BuilderAlarmPromQLCriteria.Builder. query(String query)The PromQL query that the alarm evaluates.AlarmPromQLCriteria.BuilderAlarmPromQLCriteria.Builder. recoveryPeriod(Integer recoveryPeriod)The duration, in seconds, that a contributor must continuously not be breaching before it transitions back to theOKstate.AlarmPromQLCriteria.BuilderAlarmPromQLCriteria. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmPromQLCriteria.Builder Modifier and Type Method Description static Class<? extends AlarmPromQLCriteria.Builder>AlarmPromQLCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmPromQLCriteria.Builder Modifier and Type Method Description static EvaluationCriteriaEvaluationCriteria. fromPromQLCriteria(Consumer<AlarmPromQLCriteria.Builder> promQLCriteria)Create an instance of this class withEvaluationCriteria.promQLCriteria()initialized to the given value.default EvaluationCriteria.BuilderEvaluationCriteria.Builder. promQLCriteria(Consumer<AlarmPromQLCriteria.Builder> promQLCriteria)The PromQL criteria for the alarm evaluation.
-