@Stability(value=Stable) public static final class CfnPackagingConfiguration.HlsPackageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.HlsPackageProperty>
CfnPackagingConfiguration.HlsPackageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder hlsManifests(IResolvable hlsManifests)
CfnPackagingConfiguration.HlsPackageProperty.getHlsManifests()hlsManifests - A list of HLS manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder hlsManifests(List<? extends Object> hlsManifests)
CfnPackagingConfiguration.HlsPackageProperty.getHlsManifests()hlsManifests - A list of HLS manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder encryption(CfnPackagingConfiguration.HlsEncryptionProperty encryption)
CfnPackagingConfiguration.HlsPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder encryption(IResolvable encryption)
CfnPackagingConfiguration.HlsPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder segmentDurationSeconds(Number segmentDurationSeconds)
CfnPackagingConfiguration.HlsPackageProperty.getSegmentDurationSeconds()segmentDurationSeconds - Duration (in seconds) of each fragment.
Actual fragments are rounded to the nearest multiple of the source fragment duration.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder useAudioRenditionGroup(Boolean useAudioRenditionGroup)
CfnPackagingConfiguration.HlsPackageProperty.getUseAudioRenditionGroup()useAudioRenditionGroup - When true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group.
All other tracks in the stream can be used with any audio rendition from the group.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty.Builder useAudioRenditionGroup(IResolvable useAudioRenditionGroup)
CfnPackagingConfiguration.HlsPackageProperty.getUseAudioRenditionGroup()useAudioRenditionGroup - When true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group.
All other tracks in the stream can be used with any audio rendition from the group.this@Stability(value=Stable) public CfnPackagingConfiguration.HlsPackageProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.HlsPackageProperty>CfnPackagingConfiguration.HlsPackagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.