Interface AWSAPICallViaCloudTrail.TranscriptionJob
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.TranscriptionJob.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.transcribe.events.*;
TranscriptionJob transcriptionJob = TranscriptionJob.builder()
.creationTime(List.of("creationTime"))
.languageCode(List.of("languageCode"))
.media(Media1.builder()
.mediaFileUri(List.of("mediaFileUri"))
.build())
.mediaFormat(List.of("mediaFormat"))
.mediaSampleRateHertz(List.of("mediaSampleRateHertz"))
.settings(Settings1.builder()
.channelIdentification(List.of("channelIdentification"))
.vocabularyName(List.of("vocabularyName"))
.build())
.transcriptionJobName(List.of("transcriptionJobName"))
.transcriptionJobStatus(List.of("transcriptionJobStatus"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.TranscriptionJobstatic final classAn implementation forAWSAPICallViaCloudTrail.TranscriptionJob -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) creationTime property.(experimental) languageCode property.default AWSAPICallViaCloudTrail.Media1getMedia()(experimental) media property.(experimental) mediaFormat property.(experimental) mediaSampleRateHertz property.(experimental) settings property.(experimental) transcriptionJobName property.(experimental) transcriptionJobStatus property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreationTime
(experimental) creationTime property.Specify an array of string values to match this event if the actual value of creationTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLanguageCode
(experimental) languageCode property.Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMedia
(experimental) media property.Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMediaFormat
(experimental) mediaFormat property.Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMediaSampleRateHertz
(experimental) mediaSampleRateHertz property.Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSettings
(experimental) settings property.Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTranscriptionJobName
(experimental) transcriptionJobName property.Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTranscriptionJobStatus
(experimental) transcriptionJobStatus property.Specify an array of string values to match this event if the actual value of transcriptionJobStatus is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-