static BehaviorCriteria.Builder |
BehaviorCriteria.builder() |
|
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.comparisonOperator(ComparisonOperator 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 that have a
time dimension (for example, NUM_MESSAGES_SENT).
|
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.mlDetectionConfig(Consumer<MachineLearningDetectionConfig.Builder> mlDetectionConfig) |
The configuration of an ML Detect
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.mlDetectionConfig(MachineLearningDetectionConfig mlDetectionConfig) |
The configuration of an ML Detect
|
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.statisticalThreshold(Consumer<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.
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.statisticalThreshold(StatisticalThreshold 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.
|
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.
|