Struct aws_sdk_iot::model::behavior::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Behavior
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_metric(self, input: Option<String>) -> Self
pub fn set_metric(self, input: Option<String>) -> Self
What is measured by the behavior.
sourcepub fn metric_dimension(self, input: MetricDimension) -> Self
pub fn metric_dimension(self, input: MetricDimension) -> Self
The dimension for a metric in your behavior. For example, using a TOPIC_FILTER
dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. This can't be used with custom metrics.
sourcepub fn set_metric_dimension(self, input: Option<MetricDimension>) -> Self
pub fn set_metric_dimension(self, input: Option<MetricDimension>) -> Self
The dimension for a metric in your behavior. For example, using a TOPIC_FILTER
dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. This can't be used with custom metrics.
sourcepub fn criteria(self, input: BehaviorCriteria) -> Self
pub fn criteria(self, input: BehaviorCriteria) -> Self
The criteria that determine if a device is behaving normally in regard to the metric
.
sourcepub fn set_criteria(self, input: Option<BehaviorCriteria>) -> Self
pub fn set_criteria(self, input: Option<BehaviorCriteria>) -> Self
The criteria that determine if a device is behaving normally in regard to the metric
.
sourcepub fn suppress_alerts(self, input: bool) -> Self
pub fn suppress_alerts(self, input: bool) -> Self
Suppresses alerts.
sourcepub fn set_suppress_alerts(self, input: Option<bool>) -> Self
pub fn set_suppress_alerts(self, input: Option<bool>) -> Self
Suppresses alerts.