Struct aws_sdk_macie2::operation::update_automated_discovery_configuration::builders::UpdateAutomatedDiscoveryConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateAutomatedDiscoveryConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateAutomatedDiscoveryConfigurationInput
.
Implementations§
source§impl UpdateAutomatedDiscoveryConfigurationInputBuilder
impl UpdateAutomatedDiscoveryConfigurationInputBuilder
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
.
Trait Implementations§
source§impl Clone for UpdateAutomatedDiscoveryConfigurationInputBuilder
impl Clone for UpdateAutomatedDiscoveryConfigurationInputBuilder
source§fn clone(&self) -> UpdateAutomatedDiscoveryConfigurationInputBuilder
fn clone(&self) -> UpdateAutomatedDiscoveryConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateAutomatedDiscoveryConfigurationInputBuilder
impl Default for UpdateAutomatedDiscoveryConfigurationInputBuilder
source§fn default() -> UpdateAutomatedDiscoveryConfigurationInputBuilder
fn default() -> UpdateAutomatedDiscoveryConfigurationInputBuilder
source§impl PartialEq<UpdateAutomatedDiscoveryConfigurationInputBuilder> for UpdateAutomatedDiscoveryConfigurationInputBuilder
impl PartialEq<UpdateAutomatedDiscoveryConfigurationInputBuilder> for UpdateAutomatedDiscoveryConfigurationInputBuilder
source§fn eq(&self, other: &UpdateAutomatedDiscoveryConfigurationInputBuilder) -> bool
fn eq(&self, other: &UpdateAutomatedDiscoveryConfigurationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.