Interface SilentAudioConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SilentAudioConfiguration.Builder,,SilentAudioConfiguration> SdkBuilder<SilentAudioConfiguration.Builder,,SilentAudioConfiguration> SdkPojo
- Enclosing class:
SilentAudioConfiguration
@Mutable
@NotThreadSafe
public static interface SilentAudioConfiguration.Builder
extends SdkPojo, CopyableBuilder<SilentAudioConfiguration.Builder,SilentAudioConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether silent audio detection is enabled or disabled.state(ContentQualityAnalysisState state) Indicates whether silent audio detection is enabled or disabled.thresholdSeconds(Integer thresholdSeconds) The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.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
-
state
Indicates whether silent audio detection is enabled or disabled.
- Parameters:
state- Indicates whether silent audio detection is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Indicates whether silent audio detection is enabled or disabled.
- Parameters:
state- Indicates whether silent audio detection is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdSeconds
The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.
- Parameters:
thresholdSeconds- The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-