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