@Stability(value=Stable) public static final class CfnChannel.HlsMediaStoreSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.HlsMediaStoreSettingsProperty>
CfnChannel.HlsMediaStoreSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty.Builder connectionRetryInterval(Number connectionRetryInterval)
CfnChannel.HlsMediaStoreSettingsProperty.getConnectionRetryInterval()connectionRetryInterval - The number of seconds to wait before retrying a connection to the CDN if the connection is lost.this@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty.Builder filecacheDuration(Number filecacheDuration)
CfnChannel.HlsMediaStoreSettingsProperty.getFilecacheDuration()filecacheDuration - The size, in seconds, of the file cache for streaming outputs.this@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty.Builder mediaStoreStorageClass(String mediaStoreStorageClass)
CfnChannel.HlsMediaStoreSettingsProperty.getMediaStoreStorageClass()mediaStoreStorageClass - When set to temporal, output files are stored in non-persistent memory for faster reading and writing.this@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty.Builder numRetries(Number numRetries)
CfnChannel.HlsMediaStoreSettingsProperty.getNumRetries()numRetries - The number of retry attempts that are made before the channel is put into an error state.this@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty.Builder restartDelay(Number restartDelay)
CfnChannel.HlsMediaStoreSettingsProperty.getRestartDelay()restartDelay - If a streaming output fails, the number of seconds to wait until a restart is initiated.
A value of 0 means never restart.this@Stability(value=Stable) public CfnChannel.HlsMediaStoreSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.HlsMediaStoreSettingsProperty>CfnChannel.HlsMediaStoreSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.