Class CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transcribe.events.CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps>
- Enclosing interface:
CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps
@Stability(Experimental)
public static final class CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder
extends Object
implements software.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyticsJobDetails(CallAnalyticsJobStateChange.AnalyticsJobDetails analyticsJobDetails) build()Builds the configured instance.eventMetadata(AWSEventMetadataProps eventMetadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
analyticsJobDetails
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder analyticsJobDetails(CallAnalyticsJobStateChange.AnalyticsJobDetails analyticsJobDetails) Sets the value ofCallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.getAnalyticsJobDetails()- Parameters:
analyticsJobDetails- AnalyticsJobDetails property. Specify an array of string values to match this event if the actual value of AnalyticsJobDetails is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
jobName
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder jobName(List<String> jobName) - Parameters:
jobName- JobName property. Specify an array of string values to match this event if the actual value of JobName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
jobStatus
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps.Builder jobStatus(List<String> jobStatus) - Parameters:
jobStatus- JobStatus property. Specify an array of string values to match this event if the actual value of JobStatus is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps>- Returns:
- a new instance of
CallAnalyticsJobStateChange.CallAnalyticsJobStateChangeProps - Throws:
NullPointerException- if any required attribute was not provided
-