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