Struct aws_sdk_databrew::model::threshold::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Threshold
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: ThresholdType) -> Self
pub fn type(self, input: ThresholdType) -> Self
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
sourcepub fn set_type(self, input: Option<ThresholdType>) -> Self
pub fn set_type(self, input: Option<ThresholdType>) -> Self
The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
sourcepub fn unit(self, input: ThresholdUnit) -> Self
pub fn unit(self, input: ThresholdUnit) -> Self
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
sourcepub fn set_unit(self, input: Option<ThresholdUnit>) -> Self
pub fn set_unit(self, input: Option<ThresholdUnit>) -> Self
Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.