Class StatisticalThreshold
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.StatisticalThreshold
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatisticalThreshold.Builder,StatisticalThreshold>
@Generated("software.amazon.awssdk:codegen") public final class StatisticalThreshold extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatisticalThreshold.Builder,StatisticalThreshold>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatisticalThreshold.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatisticalThreshold.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends StatisticalThreshold.Builder>serializableBuilderClass()Stringstatistic()The percentile that resolves to a threshold value by which compliance with a behavior is determined.StatisticalThreshold.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
statistic
public final 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.- Returns:
- 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.
-
toBuilder
public StatisticalThreshold.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatisticalThreshold.Builder,StatisticalThreshold>
-
builder
public static StatisticalThreshold.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatisticalThreshold.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-