pub struct Builder { /* private fields */ }
Expand description
A builder for GetSensitiveDataOccurrencesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn finding_id(self, input: impl Into<String>) -> Self
pub fn finding_id(self, input: impl Into<String>) -> Self
The unique identifier for the finding.
sourcepub fn set_finding_id(self, input: Option<String>) -> Self
pub fn set_finding_id(self, input: Option<String>) -> Self
The unique identifier for the finding.
sourcepub fn build(self) -> Result<GetSensitiveDataOccurrencesInput, BuildError>
pub fn build(self) -> Result<GetSensitiveDataOccurrencesInput, BuildError>
Consumes the builder and constructs a GetSensitiveDataOccurrencesInput
.