Uses of Interface
software.amazon.awssdk.services.iot.model.Behavior.Builder
-
Packages that use Behavior.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Behavior.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return Behavior.Builder Modifier and Type Method Description static Behavior.BuilderBehavior. builder()default Behavior.BuilderBehavior.Builder. criteria(Consumer<BehaviorCriteria.Builder> criteria)The criteria that determine if a device is behaving normally in regard to themetric.Behavior.BuilderBehavior.Builder. criteria(BehaviorCriteria criteria)The criteria that determine if a device is behaving normally in regard to themetric.Behavior.BuilderBehavior.Builder. exportMetric(Boolean exportMetric)Value indicates exporting metrics related to the behavior when it is true.Behavior.BuilderBehavior.Builder. metric(String metric)What is measured by the behavior.default Behavior.BuilderBehavior.Builder. metricDimension(Consumer<MetricDimension.Builder> metricDimension)The dimension for a metric in your behavior.Behavior.BuilderBehavior.Builder. metricDimension(MetricDimension metricDimension)The dimension for a metric in your behavior.Behavior.BuilderBehavior.Builder. name(String name)The name you've given to the behavior.Behavior.BuilderBehavior.Builder. suppressAlerts(Boolean suppressAlerts)Suppresses alerts.Behavior.BuilderBehavior. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Behavior.Builder Modifier and Type Method Description static Class<? extends Behavior.Builder>Behavior. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Behavior.Builder Modifier and Type Method Description default ActiveViolation.BuilderActiveViolation.Builder. behavior(Consumer<Behavior.Builder> behavior)The behavior that is being violated.default ViolationEvent.BuilderViolationEvent.Builder. behavior(Consumer<Behavior.Builder> behavior)The behavior that was violated.
-