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