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