Interface HlsBasicPutSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HlsBasicPutSettings.Builder,HlsBasicPutSettings>, SdkBuilder<HlsBasicPutSettings.Builder,HlsBasicPutSettings>, SdkPojo
Enclosing class:
HlsBasicPutSettings

public static interface HlsBasicPutSettings.Builder extends SdkPojo, CopyableBuilder<HlsBasicPutSettings.Builder,HlsBasicPutSettings>
  • Method Details

    • connectionRetryInterval

      HlsBasicPutSettings.Builder connectionRetryInterval(Integer connectionRetryInterval)
      Number of seconds to wait before retrying connection to the CDN if the connection is lost.
      Parameters:
      connectionRetryInterval - Number of seconds to wait before retrying connection to the CDN if the connection is lost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filecacheDuration

      HlsBasicPutSettings.Builder filecacheDuration(Integer filecacheDuration)
      Size in seconds of file cache for streaming outputs.
      Parameters:
      filecacheDuration - Size in seconds of file cache for streaming outputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numRetries

      HlsBasicPutSettings.Builder numRetries(Integer numRetries)
      Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
      Parameters:
      numRetries - Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • restartDelay

      HlsBasicPutSettings.Builder restartDelay(Integer restartDelay)
      If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
      Parameters:
      restartDelay - If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
      Returns:
      Returns a reference to this object so that method calls can be chained together.