Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.AlarmPromQLCriteria.Builder
Packages that use AlarmPromQLCriteria.Builder
-
Uses of AlarmPromQLCriteria.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmPromQLCriteria.BuilderModifier and TypeMethodDescriptionstatic AlarmPromQLCriteria.BuilderAlarmPromQLCriteria.builder()AlarmPromQLCriteria.Builder.pendingPeriod(Integer pendingPeriod) The duration, in seconds, that a contributor must be continuously breaching before it transitions to theALARMstate.The PromQL query that the alarm evaluates.AlarmPromQLCriteria.Builder.recoveryPeriod(Integer recoveryPeriod) The duration, in seconds, that a contributor must continuously not be breaching before it transitions back to theOKstate.AlarmPromQLCriteria.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmPromQLCriteria.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AlarmPromQLCriteria.Builder>AlarmPromQLCriteria.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmPromQLCriteria.BuilderModifier and TypeMethodDescriptionstatic 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.