@Stability(value=Stable) public static final class CfnChannel.HlsBasicPutSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.HlsBasicPutSettingsProperty>
CfnChannel.HlsBasicPutSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.HlsBasicPutSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.HlsBasicPutSettingsProperty.Builder |
connectionRetryInterval(Number connectionRetryInterval)
Sets the value of
CfnChannel.HlsBasicPutSettingsProperty.getConnectionRetryInterval() |
CfnChannel.HlsBasicPutSettingsProperty.Builder |
filecacheDuration(Number filecacheDuration)
Sets the value of
CfnChannel.HlsBasicPutSettingsProperty.getFilecacheDuration() |
CfnChannel.HlsBasicPutSettingsProperty.Builder |
numRetries(Number numRetries)
Sets the value of
CfnChannel.HlsBasicPutSettingsProperty.getNumRetries() |
CfnChannel.HlsBasicPutSettingsProperty.Builder |
restartDelay(Number restartDelay)
Sets the value of
CfnChannel.HlsBasicPutSettingsProperty.getRestartDelay() |
@Stability(value=Stable) public CfnChannel.HlsBasicPutSettingsProperty.Builder connectionRetryInterval(Number connectionRetryInterval)
CfnChannel.HlsBasicPutSettingsProperty.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.HlsBasicPutSettingsProperty.Builder filecacheDuration(Number filecacheDuration)
CfnChannel.HlsBasicPutSettingsProperty.getFilecacheDuration()filecacheDuration - The size, in seconds, of the file cache for streaming outputs.this@Stability(value=Stable) public CfnChannel.HlsBasicPutSettingsProperty.Builder numRetries(Number numRetries)
CfnChannel.HlsBasicPutSettingsProperty.getNumRetries()numRetries - The number of retry attempts that MediaLive makes before the channel is put into an error state.this@Stability(value=Stable) public CfnChannel.HlsBasicPutSettingsProperty.Builder restartDelay(Number restartDelay)
CfnChannel.HlsBasicPutSettingsProperty.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.HlsBasicPutSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.HlsBasicPutSettingsProperty>CfnChannel.HlsBasicPutSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.