Uses of Interface
software.amazon.awssdk.services.transcribe.model.Media.Builder
-
Packages that use Media.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Media.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Media.Builder Modifier and Type Method Description static Media.BuilderMedia. builder()Media.BuilderMedia.Builder. mediaFileUri(String mediaFileUri)The Amazon S3 location of the media file you want to transcribe.Media.BuilderMedia.Builder. redactedMediaFileUri(String redactedMediaFileUri)The Amazon S3 location of the media file you want to redact.Media.BuilderMedia. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type Media.Builder Modifier and Type Method Description static Class<? extends Media.Builder>Media. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type Media.Builder Modifier and Type Method Description default CallAnalyticsJob.BuilderCallAnalyticsJob.Builder. media(Consumer<Media.Builder> media)Provides the Amazon S3 location of the media file you used in your Call Analytics request.default MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. media(Consumer<Media.Builder> media)Sets the value of the Media property for this object.default StartCallAnalyticsJobRequest.BuilderStartCallAnalyticsJobRequest.Builder. media(Consumer<Media.Builder> media)Describes the Amazon S3 location of the media file you want to use in your Call Analytics request.default StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. media(Consumer<Media.Builder> media)Sets the value of the Media property for this object.default StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. media(Consumer<Media.Builder> media)Describes the Amazon S3 location of the media file you want to use in your request.default TranscriptionJob.BuilderTranscriptionJob.Builder. media(Consumer<Media.Builder> media)Provides the Amazon S3 location of the media file you used in your request.
-