Interface AWSAPICallViaCloudTrail.TranscriptionJob

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.TranscriptionJob.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.TranscriptionJob extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for TranscriptionJob.

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();
 
  • Method Details

    • getCreationTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLanguageCode

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getMedia

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Media1 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getMediaFormat

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getMediaSampleRateHertz

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSettings

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Settings1 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTranscriptionJobName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTranscriptionJobStatus

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.TranscriptionJob.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.TranscriptionJob.Builder of AWSAPICallViaCloudTrail.TranscriptionJob