Interface CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature

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

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

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.*;
 CallAnalyticsSkippedFeature callAnalyticsSkippedFeature = CallAnalyticsSkippedFeature.builder()
         .feature(List.of("feature"))
         .message(List.of("message"))
         .reasonCode(List.of("reasonCode"))
         .build();
 
  • Method Details

    • getFeature

      @Stability(Experimental) @Nullable default List<String> getFeature()
      (experimental) feature property.

      Specify an array of string values to match this event if the actual value of feature 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

    • getMessage

      @Stability(Experimental) @Nullable default List<String> getMessage()
      (experimental) message property.

      Specify an array of string values to match this event if the actual value of message 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

    • getReasonCode

      @Stability(Experimental) @Nullable default List<String> getReasonCode()
      (experimental) reasonCode property.

      Specify an array of string values to match this event if the actual value of reasonCode 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 CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder builder()
      Returns:
      a CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder of CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature