Class CfnChannel.HlsPlaylistSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnChannel.HlsPlaylistSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.HlsPlaylistSettingsProperty>
- Enclosing interface:
CfnChannel.HlsPlaylistSettingsProperty
@Stability(Stable)
public static final class CfnChannel.HlsPlaylistSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.HlsPlaylistSettingsProperty>
A builder for
CfnChannel.HlsPlaylistSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadMarkupType
(List<String> adMarkupType) Sets the value ofCfnChannel.HlsPlaylistSettingsProperty.getAdMarkupType()
build()
Builds the configured instance.manifestWindowSeconds
(Number manifestWindowSeconds) Sets the value ofCfnChannel.HlsPlaylistSettingsProperty.getManifestWindowSeconds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkupType
@Stability(Stable) public CfnChannel.HlsPlaylistSettingsProperty.Builder adMarkupType(List<String> adMarkupType) Sets the value ofCfnChannel.HlsPlaylistSettingsProperty.getAdMarkupType()
- Parameters:
adMarkupType
- Determines the type of SCTE 35 tags to use in ad markup. SpecifyDATERANGE
to useDATERANGE
tags (for live or VOD content). SpecifySCTE35_ENHANCED
to useEXT-X-CUE-OUT
andEXT-X-CUE-IN
tags (for VOD content only).- Returns:
this
-
manifestWindowSeconds
@Stability(Stable) public CfnChannel.HlsPlaylistSettingsProperty.Builder manifestWindowSeconds(Number manifestWindowSeconds) Sets the value ofCfnChannel.HlsPlaylistSettingsProperty.getManifestWindowSeconds()
- Parameters:
manifestWindowSeconds
- The total duration (in seconds) of each manifest. Minimum value:30
seconds. Maximum value:3600
seconds.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.HlsPlaylistSettingsProperty>
- Returns:
- a new instance of
CfnChannel.HlsPlaylistSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-