@Stability(value=Stable) public static final class CfnChannel.TemporalFilterSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.TemporalFilterSettingsProperty>
CfnChannel.TemporalFilterSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.TemporalFilterSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.TemporalFilterSettingsProperty.Builder |
postFilterSharpening(String postFilterSharpening)
Sets the value of
CfnChannel.TemporalFilterSettingsProperty.getPostFilterSharpening() |
CfnChannel.TemporalFilterSettingsProperty.Builder |
strength(String strength)
Sets the value of
CfnChannel.TemporalFilterSettingsProperty.getStrength() |
@Stability(value=Stable) public CfnChannel.TemporalFilterSettingsProperty.Builder postFilterSharpening(String postFilterSharpening)
CfnChannel.TemporalFilterSettingsProperty.getPostFilterSharpening()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.
this@Stability(value=Stable) public CfnChannel.TemporalFilterSettingsProperty.Builder strength(String strength)
CfnChannel.TemporalFilterSettingsProperty.getStrength()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.this@Stability(value=Stable) public CfnChannel.TemporalFilterSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.TemporalFilterSettingsProperty>CfnChannel.TemporalFilterSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.