Interface AudioMonitoringSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioMonitoringSetting.Builder,
,AudioMonitoringSetting> SdkBuilder<AudioMonitoringSetting.Builder,
,AudioMonitoringSetting> SdkPojo
- Enclosing class:
AudioMonitoringSetting
@Mutable
@NotThreadSafe
public static interface AudioMonitoringSetting.Builder
extends SdkPojo, CopyableBuilder<AudioMonitoringSetting.Builder,AudioMonitoringSetting>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AudioMonitoringSetting.Builder
silentAudio
(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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
avoiding the need to create one manually viaSilentAudio.builder()
.When the
Consumer
completes,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:
-