#[non_exhaustive]pub struct ConversationLogSettingsBuilder { /* private fields */ }
Expand description
A builder for ConversationLogSettings
.
Implementations§
source§impl ConversationLogSettingsBuilder
impl ConversationLogSettingsBuilder
sourcepub fn text_log_settings(self, input: TextLogSetting) -> Self
pub fn text_log_settings(self, input: TextLogSetting) -> Self
Appends an item to text_log_settings
.
To override the contents of this collection use set_text_log_settings
.
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn set_text_log_settings(self, input: Option<Vec<TextLogSetting>>) -> Self
pub fn set_text_log_settings(self, input: Option<Vec<TextLogSetting>>) -> Self
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn get_text_log_settings(&self) -> &Option<Vec<TextLogSetting>>
pub fn get_text_log_settings(&self) -> &Option<Vec<TextLogSetting>>
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn audio_log_settings(self, input: AudioLogSetting) -> Self
pub fn audio_log_settings(self, input: AudioLogSetting) -> Self
Appends an item to audio_log_settings
.
To override the contents of this collection use set_audio_log_settings
.
The Amazon S3 settings for logging audio to an S3 bucket.
sourcepub fn set_audio_log_settings(self, input: Option<Vec<AudioLogSetting>>) -> Self
pub fn set_audio_log_settings(self, input: Option<Vec<AudioLogSetting>>) -> Self
The Amazon S3 settings for logging audio to an S3 bucket.
sourcepub fn get_audio_log_settings(&self) -> &Option<Vec<AudioLogSetting>>
pub fn get_audio_log_settings(&self) -> &Option<Vec<AudioLogSetting>>
The Amazon S3 settings for logging audio to an S3 bucket.
sourcepub fn build(self) -> ConversationLogSettings
pub fn build(self) -> ConversationLogSettings
Consumes the builder and constructs a ConversationLogSettings
.
Trait Implementations§
source§impl Clone for ConversationLogSettingsBuilder
impl Clone for ConversationLogSettingsBuilder
source§fn clone(&self) -> ConversationLogSettingsBuilder
fn clone(&self) -> ConversationLogSettingsBuilder
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 ConversationLogSettingsBuilder
impl Default for ConversationLogSettingsBuilder
source§fn default() -> ConversationLogSettingsBuilder
fn default() -> ConversationLogSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ConversationLogSettingsBuilder
impl PartialEq for ConversationLogSettingsBuilder
source§fn eq(&self, other: &ConversationLogSettingsBuilder) -> bool
fn eq(&self, other: &ConversationLogSettingsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConversationLogSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ConversationLogSettingsBuilder
impl Send for ConversationLogSettingsBuilder
impl Sync for ConversationLogSettingsBuilder
impl Unpin for ConversationLogSettingsBuilder
impl UnwindSafe for ConversationLogSettingsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.