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