Class CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.MotionGraphicsSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsSettingsProperty>
A builder for
CfnChannelPropsMixin.MotionGraphicsSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.htmlMotionGraphicsSettings(CfnChannelPropsMixin.HtmlMotionGraphicsSettingsProperty htmlMotionGraphicsSettings) htmlMotionGraphicsSettings(IResolvable htmlMotionGraphicsSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
htmlMotionGraphicsSettings
@Stability(Stable) public CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Builder htmlMotionGraphicsSettings(IResolvable htmlMotionGraphicsSettings) Sets the value ofCfnChannelPropsMixin.MotionGraphicsSettingsProperty.getHtmlMotionGraphicsSettings()- Parameters:
htmlMotionGraphicsSettings- Settings to configure the motion graphics overlay to use an HTML asset.- Returns:
this
-
htmlMotionGraphicsSettings
@Stability(Stable) public CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Builder htmlMotionGraphicsSettings(CfnChannelPropsMixin.HtmlMotionGraphicsSettingsProperty htmlMotionGraphicsSettings) Sets the value ofCfnChannelPropsMixin.MotionGraphicsSettingsProperty.getHtmlMotionGraphicsSettings()- Parameters:
htmlMotionGraphicsSettings- Settings to configure the motion graphics overlay to use an HTML asset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.MotionGraphicsSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.MotionGraphicsSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-