Class CfnChannel.H265ColorSpaceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.H265ColorSpaceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.H265ColorSpaceSettingsProperty>
- Enclosing interface:
CfnChannel.H265ColorSpaceSettingsProperty
@Stability(Stable)
public static final class CfnChannel.H265ColorSpaceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.H265ColorSpaceSettingsProperty>
A builder for
CfnChannel.H265ColorSpaceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.colorSpacePassthroughSettings(IResolvable colorSpacePassthroughSettings) colorSpacePassthroughSettings(CfnChannel.ColorSpacePassthroughSettingsProperty colorSpacePassthroughSettings) dolbyVision81Settings(IResolvable dolbyVision81Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getDolbyVision81Settings()dolbyVision81Settings(CfnChannel.DolbyVision81SettingsProperty dolbyVision81Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getDolbyVision81Settings()hdr10Settings(IResolvable hdr10Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getHdr10Settings()hdr10Settings(CfnChannel.Hdr10SettingsProperty hdr10Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getHdr10Settings()rec601Settings(IResolvable rec601Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec601Settings()rec601Settings(CfnChannel.Rec601SettingsProperty rec601Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec601Settings()rec709Settings(IResolvable rec709Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec709Settings()rec709Settings(CfnChannel.Rec709SettingsProperty rec709Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec709Settings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
colorSpacePassthroughSettings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder colorSpacePassthroughSettings(IResolvable colorSpacePassthroughSettings) - Parameters:
colorSpacePassthroughSettings- Passthrough applies no color space conversion to the output.- Returns:
this
-
colorSpacePassthroughSettings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder colorSpacePassthroughSettings(CfnChannel.ColorSpacePassthroughSettingsProperty colorSpacePassthroughSettings) - Parameters:
colorSpacePassthroughSettings- Passthrough applies no color space conversion to the output.- Returns:
this
-
dolbyVision81Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder dolbyVision81Settings(IResolvable dolbyVision81Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getDolbyVision81Settings()- Parameters:
dolbyVision81Settings- the value to be set.- Returns:
this
-
dolbyVision81Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder dolbyVision81Settings(CfnChannel.DolbyVision81SettingsProperty dolbyVision81Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getDolbyVision81Settings()- Parameters:
dolbyVision81Settings- the value to be set.- Returns:
this
-
hdr10Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder hdr10Settings(IResolvable hdr10Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getHdr10Settings()- Parameters:
hdr10Settings- Settings to configure the handling of HDR10 color space.- Returns:
this
-
hdr10Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder hdr10Settings(CfnChannel.Hdr10SettingsProperty hdr10Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getHdr10Settings()- Parameters:
hdr10Settings- Settings to configure the handling of HDR10 color space.- Returns:
this
-
rec601Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder rec601Settings(IResolvable rec601Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec601Settings()- Parameters:
rec601Settings- Settings to configure the handling of Rec601 color space.- Returns:
this
-
rec601Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder rec601Settings(CfnChannel.Rec601SettingsProperty rec601Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec601Settings()- Parameters:
rec601Settings- Settings to configure the handling of Rec601 color space.- Returns:
this
-
rec709Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder rec709Settings(IResolvable rec709Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec709Settings()- Parameters:
rec709Settings- Settings to configure the handling of Rec709 color space.- Returns:
this
-
rec709Settings
@Stability(Stable) public CfnChannel.H265ColorSpaceSettingsProperty.Builder rec709Settings(CfnChannel.Rec709SettingsProperty rec709Settings) Sets the value ofCfnChannel.H265ColorSpaceSettingsProperty.getRec709Settings()- Parameters:
rec709Settings- Settings to configure the handling of Rec709 color space.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.H265ColorSpaceSettingsProperty>- Returns:
- a new instance of
CfnChannel.H265ColorSpaceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-