Interface MedicalTranscript.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MedicalTranscript.Builder,MedicalTranscript>, SdkBuilder<MedicalTranscript.Builder,MedicalTranscript>, SdkPojo
Enclosing class:
MedicalTranscript

public static interface MedicalTranscript.Builder extends SdkPojo, CopyableBuilder<MedicalTranscript.Builder,MedicalTranscript>
  • Method Details

    • transcriptFileUri

      MedicalTranscript.Builder transcriptFileUri(String transcriptFileUri)

      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.

      Parameters:
      transcriptFileUri - 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.