#[non_exhaustive]pub struct ObfuscationSettingBuilder { /* private fields */ }Expand description
A builder for ObfuscationSetting.
Implementations§
source§impl ObfuscationSettingBuilder
impl ObfuscationSettingBuilder
sourcepub fn obfuscation_setting_type(self, input: ObfuscationSettingType) -> Self
pub fn obfuscation_setting_type(self, input: ObfuscationSettingType) -> Self
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
sourcepub fn set_obfuscation_setting_type(
self,
input: Option<ObfuscationSettingType>
) -> Self
pub fn set_obfuscation_setting_type( self, input: Option<ObfuscationSettingType> ) -> Self
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
sourcepub fn build(self) -> ObfuscationSetting
pub fn build(self) -> ObfuscationSetting
Consumes the builder and constructs a ObfuscationSetting.
Trait Implementations§
source§impl Clone for ObfuscationSettingBuilder
impl Clone for ObfuscationSettingBuilder
source§fn clone(&self) -> ObfuscationSettingBuilder
fn clone(&self) -> ObfuscationSettingBuilder
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 Debug for ObfuscationSettingBuilder
impl Debug for ObfuscationSettingBuilder
source§impl Default for ObfuscationSettingBuilder
impl Default for ObfuscationSettingBuilder
source§fn default() -> ObfuscationSettingBuilder
fn default() -> ObfuscationSettingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ObfuscationSettingBuilder> for ObfuscationSettingBuilder
impl PartialEq<ObfuscationSettingBuilder> for ObfuscationSettingBuilder
source§fn eq(&self, other: &ObfuscationSettingBuilder) -> bool
fn eq(&self, other: &ObfuscationSettingBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.