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