@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
StatisticalThreshold.Builder |
Modifier and Type | Method and Description |
---|---|
static StatisticalThreshold.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatisticalThreshold.Builder> |
serializableBuilderClass() |
String |
statistic()
The percentile that resolves to a threshold value by which compliance with a behavior is determined.
|
StatisticalThreshold.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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.
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.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StatisticalThreshold.Builder,StatisticalThreshold>
public static StatisticalThreshold.Builder builder()
public static Class<? extends StatisticalThreshold.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.