Class CfnChannel.TemporalFilterSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.TemporalFilterSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.TemporalFilterSettingsProperty>
- Enclosing interface:
CfnChannel.TemporalFilterSettingsProperty
@Stability(Stable)
public static final class CfnChannel.TemporalFilterSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.TemporalFilterSettingsProperty>
A builder for
CfnChannel.TemporalFilterSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.postFilterSharpening
(String postFilterSharpening) Sets the value ofCfnChannel.TemporalFilterSettingsProperty.getPostFilterSharpening()
Sets the value ofCfnChannel.TemporalFilterSettingsProperty.getStrength()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
postFilterSharpening
@Stability(Stable) public CfnChannel.TemporalFilterSettingsProperty.Builder postFilterSharpening(String postFilterSharpening) Sets the value ofCfnChannel.TemporalFilterSettingsProperty.getPostFilterSharpening()
- Parameters:
postFilterSharpening
- If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.- If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
- Returns:
this
-
strength
@Stability(Stable) public CfnChannel.TemporalFilterSettingsProperty.Builder strength(String strength) Sets the value ofCfnChannel.TemporalFilterSettingsProperty.getStrength()
- Parameters:
strength
- Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.TemporalFilterSettingsProperty>
- Returns:
- a new instance of
CfnChannel.TemporalFilterSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-