pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteCustomDataIdentifierInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn build(self) -> Result<DeleteCustomDataIdentifierInput, BuildError>
pub fn build(self) -> Result<DeleteCustomDataIdentifierInput, BuildError>
Consumes the builder and constructs a DeleteCustomDataIdentifierInput
.