@Stability(value=Stable) public static final class CfnPackagingConfiguration.MssPackageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.MssPackageProperty>
CfnPackagingConfiguration.MssPackageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackagingConfiguration.MssPackageProperty.Builder mssManifests(IResolvable mssManifests)
CfnPackagingConfiguration.MssPackageProperty.getMssManifests()mssManifests - A list of Microsoft Smooth manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.MssPackageProperty.Builder mssManifests(List<? extends Object> mssManifests)
CfnPackagingConfiguration.MssPackageProperty.getMssManifests()mssManifests - A list of Microsoft Smooth manifest configurations that are available from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.MssPackageProperty.Builder encryption(CfnPackagingConfiguration.MssEncryptionProperty encryption)
CfnPackagingConfiguration.MssPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.MssPackageProperty.Builder encryption(IResolvable encryption)
CfnPackagingConfiguration.MssPackageProperty.getEncryption()encryption - Parameters for encrypting content.this@Stability(value=Stable) public CfnPackagingConfiguration.MssPackageProperty.Builder segmentDurationSeconds(Number segmentDurationSeconds)
CfnPackagingConfiguration.MssPackageProperty.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.MssPackageProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.MssPackageProperty>CfnPackagingConfiguration.MssPackagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.