@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatisticalThreshold extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
StatisticalThreshold() |
| Modifier and Type | Method and Description |
|---|---|
StatisticalThreshold |
clone() |
boolean |
equals(Object obj) |
String |
getStatistic()
The percentile that resolves to a threshold value by which compliance with a behavior is determined.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatistic(String statistic)
The percentile that resolves to a threshold value by which compliance with a behavior is determined.
|
String |
toString()
Returns a string representation of this object.
|
StatisticalThreshold |
withStatistic(String statistic)
The percentile that resolves to a threshold value by which compliance with a behavior is determined.
|
public void setStatistic(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.
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.public String getStatistic()
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.
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.public StatisticalThreshold withStatistic(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.
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.public String toString()
toString in class ObjectObject.toString()public StatisticalThreshold clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.