Struct aws_sdk_iot::model::audit_check_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AuditCheckConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
True if this audit check is enabled for this account.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
True if this audit check is enabled for this account.
sourcepub fn build(self) -> AuditCheckConfiguration
pub fn build(self) -> AuditCheckConfiguration
Consumes the builder and constructs a AuditCheckConfiguration
.