Class CfnMedicalTranscriptionJobPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transcribe.CfnMedicalTranscriptionJobPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMedicalTranscriptionJobPropsMixin>
- Enclosing class:
CfnMedicalTranscriptionJobPropsMixin
@Stability(Stable)
public static final class CfnMedicalTranscriptionJobPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMedicalTranscriptionJobPropsMixin>
A fluent builder for
CfnMedicalTranscriptionJobPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) languageCode(String languageCode) The language code for the language spoken in the input media file.media(IResolvable media) mediaFormat(String mediaFormat) The format of the input media file.mediaSampleRateHertz(Number mediaSampleRateHertz) The sample rate of the audio in hertz.medicalTranscriptionJobName(String medicalTranscriptionJobName) A unique name for the medical transcription job.settings(IResolvable settings) The medical specialty represented in the media.Tags associated with the medical transcription job.Whether the input media is a dictation or conversation.
-
Method Details
-
create
@Stability(Stable) public static CfnMedicalTranscriptionJobPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMedicalTranscriptionJobPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMedicalTranscriptionJobPropsMixin.Builder.
-
languageCode
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder languageCode(String languageCode) The language code for the language spoken in the input media file.Must be en-US.
- Parameters:
languageCode- The language code for the language spoken in the input media file. This parameter is required.- Returns:
this- See Also:
-
media
- Parameters:
media- This parameter is required.- Returns:
this- See Also:
-
media
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder media(CfnMedicalTranscriptionJobPropsMixin.MediaProperty media) - Parameters:
media- This parameter is required.- Returns:
this- See Also:
-
mediaFormat
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder mediaFormat(String mediaFormat) The format of the input media file.- Parameters:
mediaFormat- The format of the input media file. This parameter is required.- Returns:
this- See Also:
-
mediaSampleRateHertz
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder mediaSampleRateHertz(Number mediaSampleRateHertz) The sample rate of the audio in hertz.- Parameters:
mediaSampleRateHertz- The sample rate of the audio in hertz. This parameter is required.- Returns:
this- See Also:
-
medicalTranscriptionJobName
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder medicalTranscriptionJobName(String medicalTranscriptionJobName) A unique name for the medical transcription job.- Parameters:
medicalTranscriptionJobName- A unique name for the medical transcription job. This parameter is required.- Returns:
this- See Also:
-
settings
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder settings(IResolvable settings) - Parameters:
settings- This parameter is required.- Returns:
this- See Also:
-
settings
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder settings(CfnMedicalTranscriptionJobPropsMixin.MedicalTranscriptionSettingProperty settings) - Parameters:
settings- This parameter is required.- Returns:
this- See Also:
-
specialty
The medical specialty represented in the media.- Parameters:
specialty- The medical specialty represented in the media. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnMedicalTranscriptionJobPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags associated with the medical transcription job.- Parameters:
tags- Tags associated with the medical transcription job. This parameter is required.- Returns:
this- See Also:
-
type
Whether the input media is a dictation or conversation.- Parameters:
type- Whether the input media is a dictation or conversation. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMedicalTranscriptionJobPropsMixin>- Returns:
- a newly built instance of
CfnMedicalTranscriptionJobPropsMixin.
-