Interface CfnMedicalTranscriptionJobPropsMixin.MediaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMedicalTranscriptionJobPropsMixin.MediaProperty.Jsii$Proxy
- Enclosing class:
CfnMedicalTranscriptionJobPropsMixin
@Stability(Stable)
public static interface CfnMedicalTranscriptionJobPropsMixin.MediaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.transcribe.*;
MediaProperty mediaProperty = MediaProperty.builder()
.mediaFileUri("mediaFileUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMedicalTranscriptionJobPropsMixin.MediaPropertystatic final classAn implementation forCfnMedicalTranscriptionJobPropsMixin.MediaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMediaFileUri
The Amazon S3 location of the media file.- See Also:
-
builder
-