Class CfnChannel.BandwidthReductionFilterSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.BandwidthReductionFilterSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.BandwidthReductionFilterSettingsProperty>
- Enclosing interface:
CfnChannel.BandwidthReductionFilterSettingsProperty
@Stability(Stable)
public static final class CfnChannel.BandwidthReductionFilterSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.BandwidthReductionFilterSettingsProperty>
A builder for
CfnChannel.BandwidthReductionFilterSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.postFilterSharpening(String postFilterSharpening) Sets the value ofCfnChannel.BandwidthReductionFilterSettingsProperty.getStrength()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
postFilterSharpening
@Stability(Stable) public CfnChannel.BandwidthReductionFilterSettingsProperty.Builder postFilterSharpening(String postFilterSharpening) - Parameters:
postFilterSharpening- the value to be set.- Returns:
this
-
strength
@Stability(Stable) public CfnChannel.BandwidthReductionFilterSettingsProperty.Builder strength(String strength) Sets the value ofCfnChannel.BandwidthReductionFilterSettingsProperty.getStrength()- Parameters:
strength- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.BandwidthReductionFilterSettingsProperty>- Returns:
- a new instance of
CfnChannel.BandwidthReductionFilterSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-