Class Hdr10SettingsProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.Hdr10SettingsProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Hdr10SettingsProps>
- Enclosing interface:
Hdr10SettingsProps
@Stability(Experimental)
public static final class Hdr10SettingsProps.Builder
extends Object
implements software.amazon.jsii.Builder<Hdr10SettingsProps>
A builder for
Hdr10SettingsProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofHdr10SettingsProps.getMaxCll()Sets the value ofHdr10SettingsProps.getMaxFall()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxCll
Sets the value ofHdr10SettingsProps.getMaxCll()- Parameters:
maxCll- Maximum Content Light Level — the maximum light level of any single pixel in nits.- Returns:
this
-
maxFall
Sets the value ofHdr10SettingsProps.getMaxFall()- Parameters:
maxFall- Maximum Frame Average Light Level — the maximum average light level of any single frame in nits.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Hdr10SettingsProps>- Returns:
- a new instance of
Hdr10SettingsProps - Throws:
NullPointerException- if any required attribute was not provided
-