public static final class CfnChannel.BlackoutSlateProperty.Builder
extends java.lang.Object
CfnChannel.BlackoutSlateProperty
Constructor and Description |
---|
Builder() |
public CfnChannel.BlackoutSlateProperty.Builder blackoutSlateImage(IResolvable blackoutSlateImage)
CfnChannel.BlackoutSlateProperty.getBlackoutSlateImage()
blackoutSlateImage
- The blackout slate image to be used.
Keep empty for solid black. Only .bmp and .png images are supported.this
public CfnChannel.BlackoutSlateProperty.Builder blackoutSlateImage(CfnChannel.InputLocationProperty blackoutSlateImage)
CfnChannel.BlackoutSlateProperty.getBlackoutSlateImage()
blackoutSlateImage
- The blackout slate image to be used.
Keep empty for solid black. Only .bmp and .png images are supported.this
public CfnChannel.BlackoutSlateProperty.Builder networkEndBlackout(java.lang.String networkEndBlackout)
CfnChannel.BlackoutSlateProperty.getNetworkEndBlackout()
networkEndBlackout
- Setting to enabled causes MediaLive to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
The blackout is lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in Network ID.this
public CfnChannel.BlackoutSlateProperty.Builder networkEndBlackoutImage(IResolvable networkEndBlackoutImage)
CfnChannel.BlackoutSlateProperty.getNetworkEndBlackoutImage()
networkEndBlackoutImage
- The path to the local file to use as the Network End Blackout image.
The image is scaled to fill the entire output raster.this
public CfnChannel.BlackoutSlateProperty.Builder networkEndBlackoutImage(CfnChannel.InputLocationProperty networkEndBlackoutImage)
CfnChannel.BlackoutSlateProperty.getNetworkEndBlackoutImage()
networkEndBlackoutImage
- The path to the local file to use as the Network End Blackout image.
The image is scaled to fill the entire output raster.this
public CfnChannel.BlackoutSlateProperty.Builder networkId(java.lang.String networkId)
CfnChannel.BlackoutSlateProperty.getNetworkId()
networkId
- Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").this
public CfnChannel.BlackoutSlateProperty.Builder state(java.lang.String state)
CfnChannel.BlackoutSlateProperty.getState()
state
- When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.this
public CfnChannel.BlackoutSlateProperty build()
CfnChannel.BlackoutSlateProperty
java.lang.NullPointerException
- if any required attribute was not provided