#[non_exhaustive]pub struct TranscriptSourceSettingBuilder { /* private fields */ }Expand description
A builder for TranscriptSourceSetting.
Implementations§
source§impl TranscriptSourceSettingBuilder
impl TranscriptSourceSettingBuilder
sourcepub fn s3_bucket_transcript_source(
self,
input: S3BucketTranscriptSource
) -> Self
pub fn s3_bucket_transcript_source( self, input: S3BucketTranscriptSource ) -> Self
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
sourcepub fn set_s3_bucket_transcript_source(
self,
input: Option<S3BucketTranscriptSource>
) -> Self
pub fn set_s3_bucket_transcript_source( self, input: Option<S3BucketTranscriptSource> ) -> Self
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
sourcepub fn build(self) -> TranscriptSourceSetting
pub fn build(self) -> TranscriptSourceSetting
Consumes the builder and constructs a TranscriptSourceSetting.
Trait Implementations§
source§impl Clone for TranscriptSourceSettingBuilder
impl Clone for TranscriptSourceSettingBuilder
source§fn clone(&self) -> TranscriptSourceSettingBuilder
fn clone(&self) -> TranscriptSourceSettingBuilder
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 TranscriptSourceSettingBuilder
impl Default for TranscriptSourceSettingBuilder
source§fn default() -> TranscriptSourceSettingBuilder
fn default() -> TranscriptSourceSettingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TranscriptSourceSettingBuilder> for TranscriptSourceSettingBuilder
impl PartialEq<TranscriptSourceSettingBuilder> for TranscriptSourceSettingBuilder
source§fn eq(&self, other: &TranscriptSourceSettingBuilder) -> bool
fn eq(&self, other: &TranscriptSourceSettingBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.