Class CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.VideoSelectorColorSpaceSettingsProperty>
- Enclosing interface:
CfnChannel.VideoSelectorColorSpaceSettingsProperty
@Stability(Stable)
public static final class CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.VideoSelectorColorSpaceSettingsProperty>
A builder for
CfnChannel.VideoSelectorColorSpaceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.hdr10Settings(IResolvable hdr10Settings) Sets the value ofCfnChannel.VideoSelectorColorSpaceSettingsProperty.getHdr10Settings()hdr10Settings(CfnChannel.Hdr10SettingsProperty hdr10Settings) Sets the value ofCfnChannel.VideoSelectorColorSpaceSettingsProperty.getHdr10Settings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hdr10Settings
@Stability(Stable) public CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder hdr10Settings(IResolvable hdr10Settings) Sets the value ofCfnChannel.VideoSelectorColorSpaceSettingsProperty.getHdr10Settings()- Parameters:
hdr10Settings- Settings to configure color space settings in the incoming video.- Returns:
this
-
hdr10Settings
@Stability(Stable) public CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder hdr10Settings(CfnChannel.Hdr10SettingsProperty hdr10Settings) Sets the value ofCfnChannel.VideoSelectorColorSpaceSettingsProperty.getHdr10Settings()- Parameters:
hdr10Settings- Settings to configure color space settings in the incoming video.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.VideoSelectorColorSpaceSettingsProperty>- Returns:
- a new instance of
CfnChannel.VideoSelectorColorSpaceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-