#[non_exhaustive]pub struct SensitivityInspectionTemplateIncludesBuilder { /* private fields */ }
Expand description
A builder for SensitivityInspectionTemplateIncludes
.
Implementations§
source§impl SensitivityInspectionTemplateIncludesBuilder
impl SensitivityInspectionTemplateIncludesBuilder
sourcepub fn allow_list_ids(self, input: impl Into<String>) -> Self
pub fn allow_list_ids(self, input: impl Into<String>) -> Self
Appends an item to allow_list_ids
.
To override the contents of this collection use set_allow_list_ids
.
An array of unique identifiers, one for each allow list to include.
sourcepub fn set_allow_list_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_allow_list_ids(self, input: Option<Vec<String>>) -> Self
An array of unique identifiers, one for each allow list to include.
sourcepub fn get_allow_list_ids(&self) -> &Option<Vec<String>>
pub fn get_allow_list_ids(&self) -> &Option<Vec<String>>
An array of unique identifiers, one for each allow list to include.
sourcepub fn custom_data_identifier_ids(self, input: impl Into<String>) -> Self
pub fn custom_data_identifier_ids(self, input: impl Into<String>) -> Self
Appends an item to custom_data_identifier_ids
.
To override the contents of this collection use set_custom_data_identifier_ids
.
An array of unique identifiers, one for each custom data identifier to include.
sourcepub fn set_custom_data_identifier_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_custom_data_identifier_ids(self, input: Option<Vec<String>>) -> Self
An array of unique identifiers, one for each custom data identifier to include.
sourcepub fn get_custom_data_identifier_ids(&self) -> &Option<Vec<String>>
pub fn get_custom_data_identifier_ids(&self) -> &Option<Vec<String>>
An array of unique identifiers, one for each custom data identifier to include.
sourcepub fn managed_data_identifier_ids(self, input: impl Into<String>) -> Self
pub fn managed_data_identifier_ids(self, input: impl Into<String>) -> Self
Appends an item to managed_data_identifier_ids
.
To override the contents of this collection use set_managed_data_identifier_ids
.
An array of unique identifiers, one for each managed data identifier to include.
Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
sourcepub fn set_managed_data_identifier_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_managed_data_identifier_ids(self, input: Option<Vec<String>>) -> Self
An array of unique identifiers, one for each managed data identifier to include.
Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
sourcepub fn get_managed_data_identifier_ids(&self) -> &Option<Vec<String>>
pub fn get_managed_data_identifier_ids(&self) -> &Option<Vec<String>>
An array of unique identifiers, one for each managed data identifier to include.
Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.
sourcepub fn build(self) -> SensitivityInspectionTemplateIncludes
pub fn build(self) -> SensitivityInspectionTemplateIncludes
Consumes the builder and constructs a SensitivityInspectionTemplateIncludes
.
Trait Implementations§
source§impl Clone for SensitivityInspectionTemplateIncludesBuilder
impl Clone for SensitivityInspectionTemplateIncludesBuilder
source§fn clone(&self) -> SensitivityInspectionTemplateIncludesBuilder
fn clone(&self) -> SensitivityInspectionTemplateIncludesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SensitivityInspectionTemplateIncludesBuilder
impl Default for SensitivityInspectionTemplateIncludesBuilder
source§fn default() -> SensitivityInspectionTemplateIncludesBuilder
fn default() -> SensitivityInspectionTemplateIncludesBuilder
source§impl PartialEq<SensitivityInspectionTemplateIncludesBuilder> for SensitivityInspectionTemplateIncludesBuilder
impl PartialEq<SensitivityInspectionTemplateIncludesBuilder> for SensitivityInspectionTemplateIncludesBuilder
source§fn eq(&self, other: &SensitivityInspectionTemplateIncludesBuilder) -> bool
fn eq(&self, other: &SensitivityInspectionTemplateIncludesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.