/* * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.iot.model; import java.io.Serializable; /** *
* A statistical ranking (percentile) that indicates a threshold value by which * a behavior is determined to be in compliance or in violation of the behavior. *
*/ public class StatisticalThreshold implements Serializable { /** *
* The percentile that resolves to a threshold value by which compliance
* with a behavior is determined. Metrics are collected over the specified
* period (durationSeconds
) from all reporting devices in your
* account and statistical ranks are calculated. Then, the measurements from
* a device are collected over the same period. If the accumulated
* measurements from the device fall above or below (
* comparisonOperator
) the value associated with the percentile
* specified, then the device is considered to be in compliance with the
* behavior, otherwise a violation occurs.
*
* Constraints:
* Pattern: (p0|p0\.1|p0\.01|p1|p10|p50|p90|p99|p99\.9|p99\.99|p100)
*
*/
private String statistic;
/**
*
* The percentile that resolves to a threshold value by which compliance
* with a behavior is determined. Metrics are collected over the specified
* period (durationSeconds
) from all reporting devices in your
* account and statistical ranks are calculated. Then, the measurements from
* a device are collected over the same period. If the accumulated
* measurements from the device fall above or below (
* comparisonOperator
) the value associated with the percentile
* specified, then the device is considered to be in compliance with the
* behavior, otherwise a violation occurs.
*
* Constraints:
* Pattern: (p0|p0\.1|p0\.01|p1|p10|p50|p90|p99|p99\.9|p99\.99|p100)
*
*
* @return
* The percentile that resolves to a threshold value by which
* compliance with a behavior is determined. Metrics are collected
* over the specified period (durationSeconds
) from all
* reporting devices in your account and statistical ranks are
* calculated. Then, the measurements from a device are collected
* over the same period. If the accumulated measurements from the
* device fall above or below (comparisonOperator
) the
* value associated with the percentile specified, then the device
* is considered to be in compliance with the behavior, otherwise a
* violation occurs.
*
* The percentile that resolves to a threshold value by which compliance
* with a behavior is determined. Metrics are collected over the specified
* period (durationSeconds
) from all reporting devices in your
* account and statistical ranks are calculated. Then, the measurements from
* a device are collected over the same period. If the accumulated
* measurements from the device fall above or below (
* comparisonOperator
) the value associated with the percentile
* specified, then the device is considered to be in compliance with the
* behavior, otherwise a violation occurs.
*
* Constraints:
* Pattern: (p0|p0\.1|p0\.01|p1|p10|p50|p90|p99|p99\.9|p99\.99|p100)
*
*
* @param statistic
* The percentile that resolves to a threshold value by which
* compliance with a behavior is determined. Metrics are
* collected over the specified period (
* durationSeconds
) from all reporting devices in
* your account and statistical ranks are calculated. Then, the
* measurements from a device are collected over the same period.
* If the accumulated measurements from the device fall above or
* below (comparisonOperator
) the value associated
* with the percentile specified, then the device is considered
* to be in compliance with the behavior, otherwise a violation
* occurs.
*
* The percentile that resolves to a threshold value by which compliance
* with a behavior is determined. Metrics are collected over the specified
* period (durationSeconds
) from all reporting devices in your
* account and statistical ranks are calculated. Then, the measurements from
* a device are collected over the same period. If the accumulated
* measurements from the device fall above or below (
* comparisonOperator
) the value associated with the percentile
* specified, then the device is considered to be in compliance with the
* behavior, otherwise a violation occurs.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Pattern: (p0|p0\.1|p0\.01|p1|p10|p50|p90|p99|p99\.9|p99\.99|p100)
*
*
* @param statistic
* The percentile that resolves to a threshold value by which
* compliance with a behavior is determined. Metrics are
* collected over the specified period (
* durationSeconds
) from all reporting devices in
* your account and statistical ranks are calculated. Then, the
* measurements from a device are collected over the same period.
* If the accumulated measurements from the device fall above or
* below (comparisonOperator
) the value associated
* with the percentile specified, then the device is considered
* to be in compliance with the behavior, otherwise a violation
* occurs.
*