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