Interface AudioLanguageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioLanguageConfiguration.Builder,,AudioLanguageConfiguration> SdkBuilder<AudioLanguageConfiguration.Builder,,AudioLanguageConfiguration> SdkPojo
- Enclosing class:
AudioLanguageConfiguration
@Mutable
@NotThreadSafe
public static interface AudioLanguageConfiguration.Builder
extends SdkPojo, CopyableBuilder<AudioLanguageConfiguration.Builder,AudioLanguageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiongenerativeOutputLanguage(String generativeOutputLanguage) Sets the value of the GenerativeOutputLanguage property for this object.generativeOutputLanguage(AudioGenerativeOutputLanguage generativeOutputLanguage) Sets the value of the GenerativeOutputLanguage property for this object.identifyMultipleLanguages(Boolean identifyMultipleLanguages) Enable multiple language identification in audioinputLanguages(Collection<Language> inputLanguages) Sets the value of the InputLanguages property for this object.inputLanguages(Language... inputLanguages) Sets the value of the InputLanguages property for this object.inputLanguagesWithStrings(String... inputLanguages) Sets the value of the InputLanguages property for this object.inputLanguagesWithStrings(Collection<String> inputLanguages) Sets the value of the InputLanguages property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputLanguagesWithStrings
Sets the value of the InputLanguages property for this object.- Parameters:
inputLanguages- The new value for the InputLanguages property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputLanguagesWithStrings
Sets the value of the InputLanguages property for this object.- Parameters:
inputLanguages- The new value for the InputLanguages property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputLanguages
Sets the value of the InputLanguages property for this object.- Parameters:
inputLanguages- The new value for the InputLanguages property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputLanguages
Sets the value of the InputLanguages property for this object.- Parameters:
inputLanguages- The new value for the InputLanguages property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generativeOutputLanguage
Sets the value of the GenerativeOutputLanguage property for this object.- Parameters:
generativeOutputLanguage- The new value for the GenerativeOutputLanguage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generativeOutputLanguage
AudioLanguageConfiguration.Builder generativeOutputLanguage(AudioGenerativeOutputLanguage generativeOutputLanguage) Sets the value of the GenerativeOutputLanguage property for this object.- Parameters:
generativeOutputLanguage- The new value for the GenerativeOutputLanguage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifyMultipleLanguages
Enable multiple language identification in audio
- Parameters:
identifyMultipleLanguages- Enable multiple language identification in audio- Returns:
- Returns a reference to this object so that method calls can be chained together.
-