Interface AudioOverrideConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioOverrideConfiguration.Builder,,AudioOverrideConfiguration> SdkBuilder<AudioOverrideConfiguration.Builder,,AudioOverrideConfiguration> SdkPojo
- Enclosing class:
AudioOverrideConfiguration
@Mutable
@NotThreadSafe
public static interface AudioOverrideConfiguration.Builder
extends SdkPojo, CopyableBuilder<AudioOverrideConfiguration.Builder,AudioOverrideConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlanguageConfiguration(Consumer<AudioLanguageConfiguration.Builder> languageConfiguration) Sets the value of the LanguageConfiguration property for this object.languageConfiguration(AudioLanguageConfiguration languageConfiguration) Sets the value of the LanguageConfiguration property for this object.modalityProcessing(Consumer<ModalityProcessingConfiguration.Builder> modalityProcessing) Sets the value of the ModalityProcessing property for this object.modalityProcessing(ModalityProcessingConfiguration modalityProcessing) Sets the value of the ModalityProcessing property for this object.sensitiveDataConfiguration(Consumer<SensitiveDataConfiguration.Builder> sensitiveDataConfiguration) Sets the value of the SensitiveDataConfiguration property for this object.sensitiveDataConfiguration(SensitiveDataConfiguration sensitiveDataConfiguration) Sets the value of the SensitiveDataConfiguration 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
-
modalityProcessing
AudioOverrideConfiguration.Builder modalityProcessing(ModalityProcessingConfiguration modalityProcessing) Sets the value of the ModalityProcessing property for this object.- Parameters:
modalityProcessing- The new value for the ModalityProcessing property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modalityProcessing
default AudioOverrideConfiguration.Builder modalityProcessing(Consumer<ModalityProcessingConfiguration.Builder> modalityProcessing) Sets the value of the ModalityProcessing property for this object. This is a convenience method that creates an instance of theModalityProcessingConfiguration.Builderavoiding the need to create one manually viaModalityProcessingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodalityProcessing(ModalityProcessingConfiguration).- Parameters:
modalityProcessing- a consumer that will call methods onModalityProcessingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
languageConfiguration
AudioOverrideConfiguration.Builder languageConfiguration(AudioLanguageConfiguration languageConfiguration) Sets the value of the LanguageConfiguration property for this object.- Parameters:
languageConfiguration- The new value for the LanguageConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageConfiguration
default AudioOverrideConfiguration.Builder languageConfiguration(Consumer<AudioLanguageConfiguration.Builder> languageConfiguration) Sets the value of the LanguageConfiguration property for this object. This is a convenience method that creates an instance of theAudioLanguageConfiguration.Builderavoiding the need to create one manually viaAudioLanguageConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolanguageConfiguration(AudioLanguageConfiguration).- Parameters:
languageConfiguration- a consumer that will call methods onAudioLanguageConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sensitiveDataConfiguration
AudioOverrideConfiguration.Builder sensitiveDataConfiguration(SensitiveDataConfiguration sensitiveDataConfiguration) Sets the value of the SensitiveDataConfiguration property for this object.- Parameters:
sensitiveDataConfiguration- The new value for the SensitiveDataConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitiveDataConfiguration
default AudioOverrideConfiguration.Builder sensitiveDataConfiguration(Consumer<SensitiveDataConfiguration.Builder> sensitiveDataConfiguration) Sets the value of the SensitiveDataConfiguration property for this object. This is a convenience method that creates an instance of theSensitiveDataConfiguration.Builderavoiding the need to create one manually viaSensitiveDataConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosensitiveDataConfiguration(SensitiveDataConfiguration).- Parameters:
sensitiveDataConfiguration- a consumer that will call methods onSensitiveDataConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-