Struct aws_sdk_macie2::operation::update_reveal_configuration::builders::UpdateRevealConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateRevealConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateRevealConfigurationInput
.
Implementations§
source§impl UpdateRevealConfigurationInputBuilder
impl UpdateRevealConfigurationInputBuilder
sourcepub fn configuration(self, input: RevealConfiguration) -> Self
pub fn configuration(self, input: RevealConfiguration) -> Self
The new configuration settings and the status of the configuration for the account.
sourcepub fn set_configuration(self, input: Option<RevealConfiguration>) -> Self
pub fn set_configuration(self, input: Option<RevealConfiguration>) -> Self
The new configuration settings and the status of the configuration for the account.
sourcepub fn build(self) -> Result<UpdateRevealConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateRevealConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateRevealConfigurationInput
.
Trait Implementations§
source§impl Clone for UpdateRevealConfigurationInputBuilder
impl Clone for UpdateRevealConfigurationInputBuilder
source§fn clone(&self) -> UpdateRevealConfigurationInputBuilder
fn clone(&self) -> UpdateRevealConfigurationInputBuilder
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 UpdateRevealConfigurationInputBuilder
impl Default for UpdateRevealConfigurationInputBuilder
source§fn default() -> UpdateRevealConfigurationInputBuilder
fn default() -> UpdateRevealConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateRevealConfigurationInputBuilder> for UpdateRevealConfigurationInputBuilder
impl PartialEq<UpdateRevealConfigurationInputBuilder> for UpdateRevealConfigurationInputBuilder
source§fn eq(&self, other: &UpdateRevealConfigurationInputBuilder) -> bool
fn eq(&self, other: &UpdateRevealConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.