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
Constructors -
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. SpecifyDATERANGEto useDATERANGEtags (for live or VOD content). SpecifySCTE35_ENHANCEDto useEXT-X-CUE-OUTandEXT-X-CUE-INtags (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:30seconds. Maximum value:3600seconds.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.HlsPlaylistSettingsProperty>- Returns:
- a new instance of
CfnChannel.HlsPlaylistSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-