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