Interface CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Jsii$Proxy
- Enclosing class:
CallAnalyticsJobStateChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCallAnalyticsJobStateChange.CallAnalyticsSkippedFeaturestatic final classAn implementation forCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) feature property.(experimental) message property.(experimental) reasonCode property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder builder()
-