Struct aws_sdk_iot::model::task_statistics_for_audit_check::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TaskStatisticsForAuditCheck
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total_findings_count(self, input: i64) -> Self
pub fn total_findings_count(self, input: i64) -> Self
The total number of findings to which a task is being applied.
sourcepub fn set_total_findings_count(self, input: Option<i64>) -> Self
pub fn set_total_findings_count(self, input: Option<i64>) -> Self
The total number of findings to which a task is being applied.
sourcepub fn failed_findings_count(self, input: i64) -> Self
pub fn failed_findings_count(self, input: i64) -> Self
The number of findings for which at least one of the actions failed when applied.
sourcepub fn set_failed_findings_count(self, input: Option<i64>) -> Self
pub fn set_failed_findings_count(self, input: Option<i64>) -> Self
The number of findings for which at least one of the actions failed when applied.
sourcepub fn succeeded_findings_count(self, input: i64) -> Self
pub fn succeeded_findings_count(self, input: i64) -> Self
The number of findings for which all mitigation actions succeeded when applied.
sourcepub fn set_succeeded_findings_count(self, input: Option<i64>) -> Self
pub fn set_succeeded_findings_count(self, input: Option<i64>) -> Self
The number of findings for which all mitigation actions succeeded when applied.
sourcepub fn skipped_findings_count(self, input: i64) -> Self
pub fn skipped_findings_count(self, input: i64) -> Self
The number of findings skipped because of filter conditions provided in the parameters to the command.
sourcepub fn set_skipped_findings_count(self, input: Option<i64>) -> Self
pub fn set_skipped_findings_count(self, input: Option<i64>) -> Self
The number of findings skipped because of filter conditions provided in the parameters to the command.
sourcepub fn canceled_findings_count(self, input: i64) -> Self
pub fn canceled_findings_count(self, input: i64) -> Self
The number of findings to which the mitigation action task was canceled when applied.
sourcepub fn set_canceled_findings_count(self, input: Option<i64>) -> Self
pub fn set_canceled_findings_count(self, input: Option<i64>) -> Self
The number of findings to which the mitigation action task was canceled when applied.
sourcepub fn build(self) -> TaskStatisticsForAuditCheck
pub fn build(self) -> TaskStatisticsForAuditCheck
Consumes the builder and constructs a TaskStatisticsForAuditCheck
.