public static final class CfnChannel.HlsWebdavSettingsProperty.Builder
extends java.lang.Object
CfnChannel.HlsWebdavSettingsProperty
Constructor and Description |
---|
Builder() |
public CfnChannel.HlsWebdavSettingsProperty.Builder connectionRetryInterval(java.lang.Number connectionRetryInterval)
CfnChannel.HlsWebdavSettingsProperty.getConnectionRetryInterval()
connectionRetryInterval
- The number of seconds to wait before retrying a connection to the CDN if the connection is lost.this
public CfnChannel.HlsWebdavSettingsProperty.Builder filecacheDuration(java.lang.Number filecacheDuration)
CfnChannel.HlsWebdavSettingsProperty.getFilecacheDuration()
filecacheDuration
- The size, in seconds, of the file cache for streaming outputs.this
public CfnChannel.HlsWebdavSettingsProperty.Builder httpTransferMode(java.lang.String httpTransferMode)
CfnChannel.HlsWebdavSettingsProperty.getHttpTransferMode()
httpTransferMode
- Specifies whether to use chunked transfer encoding to WebDAV.this
public CfnChannel.HlsWebdavSettingsProperty.Builder numRetries(java.lang.Number numRetries)
CfnChannel.HlsWebdavSettingsProperty.getNumRetries()
numRetries
- The number of retry attempts that are made before the channel is put into an error state.this
public CfnChannel.HlsWebdavSettingsProperty.Builder restartDelay(java.lang.Number restartDelay)
CfnChannel.HlsWebdavSettingsProperty.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
public CfnChannel.HlsWebdavSettingsProperty build()
CfnChannel.HlsWebdavSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided