Class CfnChannel.Hdr10SettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.Hdr10SettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.Hdr10SettingsProperty>
- Enclosing interface:
CfnChannel.Hdr10SettingsProperty
@Stability(Stable)
public static final class CfnChannel.Hdr10SettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.Hdr10SettingsProperty>
A builder for
CfnChannel.Hdr10SettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnChannel.Hdr10SettingsProperty.getMaxCll()
Sets the value ofCfnChannel.Hdr10SettingsProperty.getMaxFall()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxCll
Sets the value ofCfnChannel.Hdr10SettingsProperty.getMaxCll()
- Parameters:
maxCll
- Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.- Returns:
this
-
maxFall
Sets the value ofCfnChannel.Hdr10SettingsProperty.getMaxFall()
- Parameters:
maxFall
- Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.Hdr10SettingsProperty>
- Returns:
- a new instance of
CfnChannel.Hdr10SettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-