Struct aws_sdk_macie2::operation::get_automated_discovery_configuration::builders::GetAutomatedDiscoveryConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetAutomatedDiscoveryConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetAutomatedDiscoveryConfigurationOutput
.
Implementations§
source§impl GetAutomatedDiscoveryConfigurationOutputBuilder
impl GetAutomatedDiscoveryConfigurationOutputBuilder
sourcepub fn classification_scope_id(self, input: impl Into<String>) -> Self
pub fn classification_scope_id(self, input: impl Into<String>) -> Self
The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.
sourcepub fn set_classification_scope_id(self, input: Option<String>) -> Self
pub fn set_classification_scope_id(self, input: Option<String>) -> Self
The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.
sourcepub fn disabled_at(self, input: DateTime) -> Self
pub fn disabled_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.
sourcepub fn set_disabled_at(self, input: Option<DateTime>) -> Self
pub fn set_disabled_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.
sourcepub fn first_enabled_at(self, input: DateTime) -> Self
pub fn first_enabled_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.
sourcepub fn set_first_enabled_at(self, input: Option<DateTime>) -> Self
pub fn set_first_enabled_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.
sourcepub fn sensitivity_inspection_template_id(
self,
input: impl Into<String>
) -> Self
pub fn sensitivity_inspection_template_id( self, input: impl Into<String> ) -> Self
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
sourcepub fn set_sensitivity_inspection_template_id(
self,
input: Option<String>
) -> Self
pub fn set_sensitivity_inspection_template_id( self, input: Option<String> ) -> Self
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
sourcepub fn status(self, input: AutomatedDiscoveryStatus) -> Self
pub fn status(self, input: AutomatedDiscoveryStatus) -> Self
The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
sourcepub fn set_status(self, input: Option<AutomatedDiscoveryStatus>) -> Self
pub fn set_status(self, input: Option<AutomatedDiscoveryStatus>) -> Self
The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
sourcepub fn build(self) -> GetAutomatedDiscoveryConfigurationOutput
pub fn build(self) -> GetAutomatedDiscoveryConfigurationOutput
Consumes the builder and constructs a GetAutomatedDiscoveryConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetAutomatedDiscoveryConfigurationOutputBuilder
impl Clone for GetAutomatedDiscoveryConfigurationOutputBuilder
source§fn clone(&self) -> GetAutomatedDiscoveryConfigurationOutputBuilder
fn clone(&self) -> GetAutomatedDiscoveryConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetAutomatedDiscoveryConfigurationOutputBuilder
impl Default for GetAutomatedDiscoveryConfigurationOutputBuilder
source§fn default() -> GetAutomatedDiscoveryConfigurationOutputBuilder
fn default() -> GetAutomatedDiscoveryConfigurationOutputBuilder
source§impl PartialEq<GetAutomatedDiscoveryConfigurationOutputBuilder> for GetAutomatedDiscoveryConfigurationOutputBuilder
impl PartialEq<GetAutomatedDiscoveryConfigurationOutputBuilder> for GetAutomatedDiscoveryConfigurationOutputBuilder
source§fn eq(&self, other: &GetAutomatedDiscoveryConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetAutomatedDiscoveryConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.