Class AWSAPICallViaCloudTrail.ResponseElements.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.transcribe.events.AWSAPICallViaCloudTrail.ResponseElements.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.ResponseElements>
- Enclosing interface:
AWSAPICallViaCloudTrail.ResponseElements
@Stability(Experimental)
public static final class AWSAPICallViaCloudTrail.ResponseElements.Builder
extends Object
implements software.amazon.jsii.Builder<AWSAPICallViaCloudTrail.ResponseElements>
A builder for
AWSAPICallViaCloudTrail.ResponseElements-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.languageCode(List<String> languageCode) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getLanguageCode()transcriptionJob(AWSAPICallViaCloudTrail.TranscriptionJob transcriptionJob) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getTranscriptionJob()vocabularyName(List<String> vocabularyName) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getVocabularyName()vocabularyState(List<String> vocabularyState) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getVocabularyState()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
languageCode
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder languageCode(List<String> languageCode) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getLanguageCode()- Parameters:
languageCode- languageCode property. Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
transcriptionJob
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder transcriptionJob(AWSAPICallViaCloudTrail.TranscriptionJob transcriptionJob) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getTranscriptionJob()- Parameters:
transcriptionJob- transcriptionJob property. Specify an array of string values to match this event if the actual value of transcriptionJob is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
vocabularyName
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder vocabularyName(List<String> vocabularyName) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getVocabularyName()- Parameters:
vocabularyName- vocabularyName property. Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
vocabularyState
@Stability(Experimental) public AWSAPICallViaCloudTrail.ResponseElements.Builder vocabularyState(List<String> vocabularyState) Sets the value ofAWSAPICallViaCloudTrail.ResponseElements.getVocabularyState()- Parameters:
vocabularyState- vocabularyState property. Specify an array of string values to match this event if the actual value of vocabularyState 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<AWSAPICallViaCloudTrail.ResponseElements>- Returns:
- a new instance of
AWSAPICallViaCloudTrail.ResponseElements - Throws:
NullPointerException- if any required attribute was not provided
-