| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static BehaviorCriteria.Builder |
BehaviorCriteria.builder() |
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.comparisonOperator(ComparisonOperator comparisonOperator)
The operator that relates the thing measured (
metric) to the criteria (containing a
value or statisticalThreshold). |
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.comparisonOperator(String comparisonOperator)
The operator that relates the thing measured (
metric) to the criteria (containing a
value or statisticalThreshold). |
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.consecutiveDatapointsToAlarm(Integer consecutiveDatapointsToAlarm)
If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm
occurs.
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.consecutiveDatapointsToClear(Integer consecutiveDatapointsToClear)
If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified
number of consecutive datapoints, the alarm is cleared.
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.durationSeconds(Integer durationSeconds)
Use this to specify the time duration over which the behavior is evaluated, for those criteria which have a
time dimension (for example,
NUM_MESSAGES_SENT). |
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.statisticalThreshold(Consumer<StatisticalThreshold.Builder> statisticalThreshold)
A statistical ranking (percentile) which indicates a threshold value by which a behavior is determined to be
in compliance or in violation of the behavior.
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.statisticalThreshold(StatisticalThreshold statisticalThreshold)
A statistical ranking (percentile) which indicates a threshold value by which a behavior is determined to be
in compliance or in violation of the behavior.
|
BehaviorCriteria.Builder |
BehaviorCriteria.toBuilder() |
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.value(Consumer<MetricValue.Builder> value)
The value to be compared with the
metric. |
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.value(MetricValue value)
The value to be compared with the
metric. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BehaviorCriteria.Builder> |
BehaviorCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Behavior.Builder |
Behavior.Builder.criteria(Consumer<BehaviorCriteria.Builder> criteria)
The criteria that determine if a device is behaving normally in regard to the
metric. |
Copyright © 2020. All rights reserved.