#[non_exhaustive]pub struct MedicalTranscriptBuilder { /* private fields */ }
Expand description
A builder for MedicalTranscript
.
Implementations§
source§impl MedicalTranscriptBuilder
impl MedicalTranscriptBuilder
sourcepub fn transcript_file_uri(self, input: impl Into<String>) -> Self
pub fn transcript_file_uri(self, input: impl Into<String>) -> Self
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
Note that this is the Amazon S3 location you specified in your request using the OutputBucketName
parameter.
sourcepub fn set_transcript_file_uri(self, input: Option<String>) -> Self
pub fn set_transcript_file_uri(self, input: Option<String>) -> Self
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
Note that this is the Amazon S3 location you specified in your request using the OutputBucketName
parameter.
sourcepub fn get_transcript_file_uri(&self) -> &Option<String>
pub fn get_transcript_file_uri(&self) -> &Option<String>
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
Note that this is the Amazon S3 location you specified in your request using the OutputBucketName
parameter.
sourcepub fn build(self) -> MedicalTranscript
pub fn build(self) -> MedicalTranscript
Consumes the builder and constructs a MedicalTranscript
.
Trait Implementations§
source§impl Clone for MedicalTranscriptBuilder
impl Clone for MedicalTranscriptBuilder
source§fn clone(&self) -> MedicalTranscriptBuilder
fn clone(&self) -> MedicalTranscriptBuilder
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 MedicalTranscriptBuilder
impl Debug for MedicalTranscriptBuilder
source§impl Default for MedicalTranscriptBuilder
impl Default for MedicalTranscriptBuilder
source§fn default() -> MedicalTranscriptBuilder
fn default() -> MedicalTranscriptBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MedicalTranscriptBuilder
impl PartialEq for MedicalTranscriptBuilder
source§fn eq(&self, other: &MedicalTranscriptBuilder) -> bool
fn eq(&self, other: &MedicalTranscriptBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MedicalTranscriptBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MedicalTranscriptBuilder
impl Send for MedicalTranscriptBuilder
impl Sync for MedicalTranscriptBuilder
impl Unpin for MedicalTranscriptBuilder
impl UnwindSafe for MedicalTranscriptBuilder
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.