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