Class CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsConfigurationProperty>
- Enclosing interface:
CfnChannelPropsMixin.MotionGraphicsConfigurationProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsConfigurationProperty>
A builder for
CfnChannelPropsMixin.MotionGraphicsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.motionGraphicsInsertion(String motionGraphicsInsertion) motionGraphicsSettings(IResolvable motionGraphicsSettings) motionGraphicsSettings(CfnChannelPropsMixin.MotionGraphicsSettingsProperty motionGraphicsSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
motionGraphicsInsertion
@Stability(Stable) public CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder motionGraphicsInsertion(String motionGraphicsInsertion) Sets the value ofCfnChannelPropsMixin.MotionGraphicsConfigurationProperty.getMotionGraphicsInsertion()- Parameters:
motionGraphicsInsertion- Enables or disables the motion graphics overlay feature in the channel.- Returns:
this
-
motionGraphicsSettings
@Stability(Stable) public CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder motionGraphicsSettings(IResolvable motionGraphicsSettings) Sets the value ofCfnChannelPropsMixin.MotionGraphicsConfigurationProperty.getMotionGraphicsSettings()- Parameters:
motionGraphicsSettings- Settings to enable and configure the motion graphics overlay feature in the channel.- Returns:
this
-
motionGraphicsSettings
@Stability(Stable) public CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder motionGraphicsSettings(CfnChannelPropsMixin.MotionGraphicsSettingsProperty motionGraphicsSettings) Sets the value ofCfnChannelPropsMixin.MotionGraphicsConfigurationProperty.getMotionGraphicsSettings()- Parameters:
motionGraphicsSettings- Settings to enable and configure the motion graphics overlay feature in the channel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsConfigurationProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.MotionGraphicsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-