Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricAlarm.Builder
Packages that use MetricAlarm.Builder
-
Uses of MetricAlarm.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricAlarm.BuilderModifier and TypeMethodDescriptionMetricAlarm.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state.MetricAlarm.Builder.alarmActions(String... alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.MetricAlarm.Builder.alarmActions(Collection<String> alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.The Amazon Resource Name (ARN) of the alarm.MetricAlarm.Builder.alarmConfigurationUpdatedTimestamp(Instant alarmConfigurationUpdatedTimestamp) The time stamp of the last update to the alarm configuration.MetricAlarm.Builder.alarmDescription(String alarmDescription) The description of the alarm.The name of the alarm.static MetricAlarm.BuilderMetricAlarm.builder()MetricAlarm.Builder.comparisonOperator(String comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.MetricAlarm.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.MetricAlarm.Builder.datapointsToAlarm(Integer datapointsToAlarm) The number of data points that must be breaching to trigger the alarm.MetricAlarm.Builder.dimensions(Collection<Dimension> dimensions) The dimensions for the metric associated with the alarm.MetricAlarm.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) The dimensions for the metric associated with the alarm.MetricAlarm.Builder.dimensions(Dimension... dimensions) The dimensions for the metric associated with the alarm.MetricAlarm.Builder.evaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile) Used only for alarms based on percentiles.default MetricAlarm.BuilderMetricAlarm.Builder.evaluationCriteria(Consumer<EvaluationCriteria.Builder> evaluationCriteria) The evaluation criteria for the alarm.MetricAlarm.Builder.evaluationCriteria(EvaluationCriteria evaluationCriteria) The evaluation criteria for the alarm.MetricAlarm.Builder.evaluationInterval(Integer evaluationInterval) The frequency, in seconds, at which the alarm is evaluated.MetricAlarm.Builder.evaluationPeriods(Integer evaluationPeriods) The number of periods over which data is compared to the specified threshold.MetricAlarm.Builder.evaluationState(String evaluationState) If the value of this field isPARTIAL_DATA, it indicates that not all the available data was able to be retrieved due to quota limitations.MetricAlarm.Builder.evaluationState(EvaluationState evaluationState) If the value of this field isPARTIAL_DATA, it indicates that not all the available data was able to be retrieved due to quota limitations.MetricAlarm.Builder.extendedStatistic(String extendedStatistic) The percentile statistic for the metric associated with the alarm.MetricAlarm.Builder.insufficientDataActions(String... insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.MetricAlarm.Builder.insufficientDataActions(Collection<String> insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.MetricAlarm.Builder.metricName(String metricName) The name of the metric associated with the alarm, if this is an alarm based on a single metric.MetricAlarm.Builder.metrics(Collection<MetricDataQuery> metrics) An array of MetricDataQuery structures, used in an alarm based on a metric math expression.MetricAlarm.Builder.metrics(Consumer<MetricDataQuery.Builder>... metrics) An array of MetricDataQuery structures, used in an alarm based on a metric math expression.MetricAlarm.Builder.metrics(MetricDataQuery... metrics) An array of MetricDataQuery structures, used in an alarm based on a metric math expression.The namespace of the metric associated with the alarm.The actions to execute when this alarm transitions to theOKstate from any other state.MetricAlarm.Builder.okActions(Collection<String> okActions) The actions to execute when this alarm transitions to theOKstate from any other state.The period, in seconds, over which the statistic is applied.MetricAlarm.Builder.stateReason(String stateReason) An explanation for the alarm state, in text format.MetricAlarm.Builder.stateReasonData(String stateReasonData) An explanation for the alarm state, in JSON format.MetricAlarm.Builder.stateTransitionedTimestamp(Instant stateTransitionedTimestamp) The date and time that the alarm'sStateValuemost recently changed.MetricAlarm.Builder.stateUpdatedTimestamp(Instant stateUpdatedTimestamp) The time stamp of the last update to the value of either theStateValueorEvaluationStateparameters.MetricAlarm.Builder.stateValue(String stateValue) The state value for the alarm.MetricAlarm.Builder.stateValue(StateValue stateValue) The state value for the alarm.The statistic for the metric associated with the alarm, other than percentile.The statistic for the metric associated with the alarm, other than percentile.The value to compare with the specified statistic.MetricAlarm.Builder.thresholdMetricId(String thresholdMetricId) In an alarm based on an anomaly detection model, this is the ID of theANOMALY_DETECTION_BANDfunction used as the threshold for the alarm.MetricAlarm.toBuilder()MetricAlarm.Builder.treatMissingData(String treatMissingData) Sets how this alarm is to handle missing data points.The unit of the metric associated with the alarm.MetricAlarm.Builder.unit(StandardUnit unit) The unit of the metric associated with the alarm.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricAlarm.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricAlarm.Builder>MetricAlarm.serializableBuilderClass()