Class CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transcribe.events.CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature>
- Enclosing interface:
CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature
@Stability(Experimental)
public static final class CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder
extends Object
implements software.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature>
A builder for
CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getFeature()Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getMessage()reasonCode(List<String> reasonCode) Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getReasonCode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
feature
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder feature(List<String> feature) Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getFeature()- Parameters:
feature- 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 theaws_events.Matchfor more advanced matching options.- Returns:
this
-
message
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder message(List<String> message) Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getMessage()- Parameters:
message- 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 theaws_events.Matchfor more advanced matching options.- Returns:
this
-
reasonCode
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.Builder reasonCode(List<String> reasonCode) Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsSkippedFeature.getReasonCode()- Parameters:
reasonCode- 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 theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature>- Returns:
- a new instance of
CallAnalyticsJobStateChange.CallAnalyticsSkippedFeature - Throws:
NullPointerException- if any required attribute was not provided
-