Class CfnChannelPropsMixin.AvailBlankingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AvailBlankingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.AvailBlankingProperty>
- Enclosing interface:
CfnChannelPropsMixin.AvailBlankingProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.AvailBlankingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.AvailBlankingProperty>
A builder for
CfnChannelPropsMixin.AvailBlankingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailBlankingImage(CfnChannelPropsMixin.InputLocationProperty availBlankingImage) Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getAvailBlankingImage()availBlankingImage(IResolvable availBlankingImage) Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getAvailBlankingImage()build()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getState()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
availBlankingImage
@Stability(Stable) public CfnChannelPropsMixin.AvailBlankingProperty.Builder availBlankingImage(IResolvable availBlankingImage) Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getAvailBlankingImage()- Parameters:
availBlankingImage- The blanking image to be used. Keep empty for solid black. Only .bmp and .png images are supported.- Returns:
this
-
availBlankingImage
@Stability(Stable) public CfnChannelPropsMixin.AvailBlankingProperty.Builder availBlankingImage(CfnChannelPropsMixin.InputLocationProperty availBlankingImage) Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getAvailBlankingImage()- Parameters:
availBlankingImage- The blanking image to be used. Keep empty for solid black. Only .bmp and .png images are supported.- Returns:
this
-
state
Sets the value ofCfnChannelPropsMixin.AvailBlankingProperty.getState()- Parameters:
state- When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.AvailBlankingProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.AvailBlankingProperty - Throws:
NullPointerException- if any required attribute was not provided
-