Struct aws_sdk_macie2::operation::get_custom_data_identifier::builders::GetCustomDataIdentifierOutputBuilder
source · #[non_exhaustive]pub struct GetCustomDataIdentifierOutputBuilder { /* private fields */ }
Expand description
A builder for GetCustomDataIdentifierOutput
.
Implementations§
source§impl GetCustomDataIdentifierOutputBuilder
impl GetCustomDataIdentifierOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the custom data identifier.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the custom data identifier.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
sourcepub fn deleted(self, input: bool) -> Self
pub fn deleted(self, input: bool) -> Self
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn set_deleted(self, input: Option<bool>) -> Self
pub fn set_deleted(self, input: Option<bool>) -> Self
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The custom description of the custom data identifier.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The custom description of the custom data identifier.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique identifier for the custom data identifier.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the custom data identifier.
sourcepub fn ignore_words(self, input: impl Into<String>) -> Self
pub fn ignore_words(self, input: impl Into<String>) -> Self
Appends an item to ignore_words
.
To override the contents of this collection use set_ignore_words
.
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
sourcepub fn set_ignore_words(self, input: Option<Vec<String>>) -> Self
pub fn set_ignore_words(self, input: Option<Vec<String>>) -> Self
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
sourcepub fn keywords(self, input: impl Into<String>) -> Self
pub fn keywords(self, input: impl Into<String>) -> Self
Appends an item to keywords
.
To override the contents of this collection use set_keywords
.
An array that lists specific character sequences (keywords), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
sourcepub fn set_keywords(self, input: Option<Vec<String>>) -> Self
pub fn set_keywords(self, input: Option<Vec<String>>) -> Self
An array that lists specific character sequences (keywords), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
sourcepub fn maximum_match_distance(self, input: i32) -> Self
pub fn maximum_match_distance(self, input: i32) -> Self
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. Otherwise, Macie excludes the result.
sourcepub fn set_maximum_match_distance(self, input: Option<i32>) -> Self
pub fn set_maximum_match_distance(self, input: Option<i32>) -> Self
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. Otherwise, Macie excludes the result.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The custom name of the custom data identifier.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The custom name of the custom data identifier.
sourcepub fn regex(self, input: impl Into<String>) -> Self
pub fn regex(self, input: impl Into<String>) -> Self
The regular expression (regex) that defines the pattern to match.
sourcepub fn set_regex(self, input: Option<String>) -> Self
pub fn set_regex(self, input: Option<String>) -> Self
The regular expression (regex) that defines the pattern to match.
sourcepub fn severity_levels(self, input: SeverityLevel) -> Self
pub fn severity_levels(self, input: SeverityLevel) -> Self
Appends an item to severity_levels
.
To override the contents of this collection use set_severity_levels
.
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
sourcepub fn set_severity_levels(self, input: Option<Vec<SeverityLevel>>) -> Self
pub fn set_severity_levels(self, input: Option<Vec<SeverityLevel>>) -> Self
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.
sourcepub fn build(self) -> GetCustomDataIdentifierOutput
pub fn build(self) -> GetCustomDataIdentifierOutput
Consumes the builder and constructs a GetCustomDataIdentifierOutput
.
Trait Implementations§
source§impl Clone for GetCustomDataIdentifierOutputBuilder
impl Clone for GetCustomDataIdentifierOutputBuilder
source§fn clone(&self) -> GetCustomDataIdentifierOutputBuilder
fn clone(&self) -> GetCustomDataIdentifierOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetCustomDataIdentifierOutputBuilder
impl Default for GetCustomDataIdentifierOutputBuilder
source§fn default() -> GetCustomDataIdentifierOutputBuilder
fn default() -> GetCustomDataIdentifierOutputBuilder
source§impl PartialEq<GetCustomDataIdentifierOutputBuilder> for GetCustomDataIdentifierOutputBuilder
impl PartialEq<GetCustomDataIdentifierOutputBuilder> for GetCustomDataIdentifierOutputBuilder
source§fn eq(&self, other: &GetCustomDataIdentifierOutputBuilder) -> bool
fn eq(&self, other: &GetCustomDataIdentifierOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.