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