Struct aws_sdk_transcribe::model::medical_transcript::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for MedicalTranscript.
Implementations§
source§impl Builder
impl Builder
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 build(self) -> MedicalTranscript
pub fn build(self) -> MedicalTranscript
Consumes the builder and constructs a MedicalTranscript.