Struct aws_sdk_macie2::operation::delete_custom_data_identifier::builders::DeleteCustomDataIdentifierInputBuilder
source · #[non_exhaustive]pub struct DeleteCustomDataIdentifierInputBuilder { /* private fields */ }
Expand description
A builder for DeleteCustomDataIdentifierInput
.
Implementations§
source§impl DeleteCustomDataIdentifierInputBuilder
impl DeleteCustomDataIdentifierInputBuilder
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
.
Trait Implementations§
source§impl Clone for DeleteCustomDataIdentifierInputBuilder
impl Clone for DeleteCustomDataIdentifierInputBuilder
source§fn clone(&self) -> DeleteCustomDataIdentifierInputBuilder
fn clone(&self) -> DeleteCustomDataIdentifierInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteCustomDataIdentifierInputBuilder
impl Default for DeleteCustomDataIdentifierInputBuilder
source§fn default() -> DeleteCustomDataIdentifierInputBuilder
fn default() -> DeleteCustomDataIdentifierInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCustomDataIdentifierInputBuilder> for DeleteCustomDataIdentifierInputBuilder
impl PartialEq<DeleteCustomDataIdentifierInputBuilder> for DeleteCustomDataIdentifierInputBuilder
source§fn eq(&self, other: &DeleteCustomDataIdentifierInputBuilder) -> bool
fn eq(&self, other: &DeleteCustomDataIdentifierInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.