pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateAutomatedDiscoveryConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: AutomatedDiscoveryStatus) -> Self
pub fn status(self, input: AutomatedDiscoveryStatus) -> Self
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
sourcepub fn set_status(self, input: Option<AutomatedDiscoveryStatus>) -> Self
pub fn set_status(self, input: Option<AutomatedDiscoveryStatus>) -> Self
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
sourcepub fn build(
self
) -> Result<UpdateAutomatedDiscoveryConfigurationInput, BuildError>
pub fn build(
self
) -> Result<UpdateAutomatedDiscoveryConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateAutomatedDiscoveryConfigurationInput
.