Class CfnChannelPropsMixin.FeatureActivationsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FeatureActivationsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.FeatureActivationsProperty>
- Enclosing interface:
CfnChannelPropsMixin.FeatureActivationsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.FeatureActivationsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.FeatureActivationsProperty>
A builder for
CfnChannelPropsMixin.FeatureActivationsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputPrepareScheduleActions(String inputPrepareScheduleActions) outputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputPrepareScheduleActions
@Stability(Stable) public CfnChannelPropsMixin.FeatureActivationsProperty.Builder inputPrepareScheduleActions(String inputPrepareScheduleActions) - Parameters:
inputPrepareScheduleActions- Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.- Returns:
this
-
outputStaticImageOverlayScheduleActions
@Stability(Stable) public CfnChannelPropsMixin.FeatureActivationsProperty.Builder outputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions) Sets the value ofCfnChannelPropsMixin.FeatureActivationsProperty.getOutputStaticImageOverlayScheduleActions()- Parameters:
outputStaticImageOverlayScheduleActions- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.FeatureActivationsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.FeatureActivationsProperty - Throws:
NullPointerException- if any required attribute was not provided
-