Class FeatureActivations.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.FeatureActivations.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FeatureActivations>
- Enclosing interface:
FeatureActivations
@Stability(Experimental)
public static final class FeatureActivations.Builder
extends Object
implements software.amazon.jsii.Builder<FeatureActivations>
A builder for
FeatureActivations-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputPrepareScheduleActions(FeatureActivationState inputPrepareScheduleActions) Sets the value ofFeatureActivations.getInputPrepareScheduleActions()outputStaticImageOverlayScheduleActions(FeatureActivationState outputStaticImageOverlayScheduleActions) Sets the value ofFeatureActivations.getOutputStaticImageOverlayScheduleActions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputPrepareScheduleActions
@Stability(Experimental) public FeatureActivations.Builder inputPrepareScheduleActions(FeatureActivationState inputPrepareScheduleActions) Sets the value ofFeatureActivations.getInputPrepareScheduleActions()- Parameters:
inputPrepareScheduleActions- Enable Input Prepare schedule actions.- Returns:
this
-
outputStaticImageOverlayScheduleActions
@Stability(Experimental) public FeatureActivations.Builder outputStaticImageOverlayScheduleActions(FeatureActivationState outputStaticImageOverlayScheduleActions) Sets the value ofFeatureActivations.getOutputStaticImageOverlayScheduleActions()- Parameters:
outputStaticImageOverlayScheduleActions- Enable output static image overlay schedule actions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FeatureActivations>- Returns:
- a new instance of
FeatureActivations - Throws:
NullPointerException- if any required attribute was not provided
-