pub struct Builder { /* private fields */ }
Expand description
A builder for CustomDataIdentifiersResult
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn detections(self, input: CustomDataIdentifiersDetections) -> Self
pub fn detections(self, input: CustomDataIdentifiersDetections) -> Self
Appends an item to detections
.
To override the contents of this collection use set_detections
.
The list of detected instances of sensitive data.
sourcepub fn set_detections(
self,
input: Option<Vec<CustomDataIdentifiersDetections>>
) -> Self
pub fn set_detections(
self,
input: Option<Vec<CustomDataIdentifiersDetections>>
) -> Self
The list of detected instances of sensitive data.
sourcepub fn total_count(self, input: i64) -> Self
pub fn total_count(self, input: i64) -> Self
The total number of occurrences of sensitive data.
sourcepub fn set_total_count(self, input: Option<i64>) -> Self
pub fn set_total_count(self, input: Option<i64>) -> Self
The total number of occurrences of sensitive data.
sourcepub fn build(self) -> CustomDataIdentifiersResult
pub fn build(self) -> CustomDataIdentifiersResult
Consumes the builder and constructs a CustomDataIdentifiersResult
.