Interface AudioMonitoringSetting.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AudioMonitoringSetting.Builder,,AudioMonitoringSetting> SdkBuilder<AudioMonitoringSetting.Builder,,AudioMonitoringSetting> SdkPojo
- Enclosing class:
 AudioMonitoringSetting
public static interface AudioMonitoringSetting.Builder
extends SdkPojo, CopyableBuilder<AudioMonitoringSetting.Builder,AudioMonitoringSetting> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault AudioMonitoringSetting.BuildersilentAudio(Consumer<SilentAudio.Builder> silentAudio) Detects periods of silence.silentAudio(SilentAudio silentAudio) Detects periods of silence.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
- 
silentAudio
Detects periods of silence.
- Parameters:
 silentAudio- Detects periods of silence.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
silentAudio
Detects periods of silence.
This is a convenience method that creates an instance of theSilentAudio.Builderavoiding the need to create one manually viaSilentAudio.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosilentAudio(SilentAudio).- Parameters:
 silentAudio- a consumer that will call methods onSilentAudio.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -