Struct aws_sdk_macie2::model::detected_data_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DetectedDataDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
An occurrence of the specified type of sensitive data. Each occurrence can contain 1-128 characters.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
An occurrence of the specified type of sensitive data. Each occurrence can contain 1-128 characters.
sourcepub fn build(self) -> DetectedDataDetails
pub fn build(self) -> DetectedDataDetails
Consumes the builder and constructs a DetectedDataDetails
.