Interface MedicalScribeOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MedicalScribeOutput.Builder,,MedicalScribeOutput> SdkBuilder<MedicalScribeOutput.Builder,,MedicalScribeOutput> SdkPojo
- Enclosing class:
MedicalScribeOutput
public static interface MedicalScribeOutput.Builder
extends SdkPojo, CopyableBuilder<MedicalScribeOutput.Builder,MedicalScribeOutput>
-
Method Summary
Modifier and TypeMethodDescriptionclinicalDocumentUri(String clinicalDocumentUri) Holds the Amazon S3 URI for the Clinical Document.transcriptFileUri(String transcriptFileUri) Holds the Amazon S3 URI for the Transcript.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
transcriptFileUri
Holds the Amazon S3 URI for the Transcript.
- Parameters:
transcriptFileUri- Holds the Amazon S3 URI for the Transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clinicalDocumentUri
Holds the Amazon S3 URI for the Clinical Document.
- Parameters:
clinicalDocumentUri- Holds the Amazon S3 URI for the Clinical Document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-