@Stability(value=Stable) public static final class CfnChannel.HlsWebdavSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.HlsWebdavSettingsProperty>
CfnChannel.HlsWebdavSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.HlsWebdavSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.HlsWebdavSettingsProperty.Builder |
connectionRetryInterval(Number connectionRetryInterval)
Sets the value of
CfnChannel.HlsWebdavSettingsProperty.getConnectionRetryInterval() |
CfnChannel.HlsWebdavSettingsProperty.Builder |
filecacheDuration(Number filecacheDuration)
Sets the value of
CfnChannel.HlsWebdavSettingsProperty.getFilecacheDuration() |
CfnChannel.HlsWebdavSettingsProperty.Builder |
httpTransferMode(String httpTransferMode)
Sets the value of
CfnChannel.HlsWebdavSettingsProperty.getHttpTransferMode() |
CfnChannel.HlsWebdavSettingsProperty.Builder |
numRetries(Number numRetries)
Sets the value of
CfnChannel.HlsWebdavSettingsProperty.getNumRetries() |
CfnChannel.HlsWebdavSettingsProperty.Builder |
restartDelay(Number restartDelay)
Sets the value of
CfnChannel.HlsWebdavSettingsProperty.getRestartDelay() |
@Stability(value=Stable) public CfnChannel.HlsWebdavSettingsProperty.Builder connectionRetryInterval(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@Stability(value=Stable) public CfnChannel.HlsWebdavSettingsProperty.Builder filecacheDuration(Number filecacheDuration)
CfnChannel.HlsWebdavSettingsProperty.getFilecacheDuration()filecacheDuration - The size, in seconds, of the file cache for streaming outputs.this@Stability(value=Stable) public CfnChannel.HlsWebdavSettingsProperty.Builder httpTransferMode(String httpTransferMode)
CfnChannel.HlsWebdavSettingsProperty.getHttpTransferMode()httpTransferMode - Specifies whether to use chunked transfer encoding to WebDAV.this@Stability(value=Stable) public CfnChannel.HlsWebdavSettingsProperty.Builder numRetries(Number numRetries)
CfnChannel.HlsWebdavSettingsProperty.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.HlsWebdavSettingsProperty.Builder restartDelay(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@Stability(value=Stable) public CfnChannel.HlsWebdavSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.HlsWebdavSettingsProperty>CfnChannel.HlsWebdavSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.