Interface HlsWebdavSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HlsWebdavSettings.Builder,,- HlsWebdavSettings> - SdkBuilder<HlsWebdavSettings.Builder,,- HlsWebdavSettings> - SdkPojo
- Enclosing class:
- HlsWebdavSettings
@Mutable
@NotThreadSafe
public static interface HlsWebdavSettings.Builder
extends SdkPojo, CopyableBuilder<HlsWebdavSettings.Builder,HlsWebdavSettings> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectionRetryInterval(Integer connectionRetryInterval) Number of seconds to wait before retrying connection to the CDN if the connection is lost.filecacheDuration(Integer filecacheDuration) Size in seconds of file cache for streaming outputs.httpTransferMode(String httpTransferMode) Specify whether or not to use chunked transfer encoding to WebDAV.httpTransferMode(HlsWebdavHttpTransferMode httpTransferMode) Specify whether or not to use chunked transfer encoding to WebDAV.numRetries(Integer numRetries) Number of retry attempts that will be made before the Live Event is put into an error state.restartDelay(Integer restartDelay) If a streaming output fails, number of seconds to wait until a restart is initiated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectionRetryIntervalNumber 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.
 
- 
filecacheDurationSize 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.
 
- 
httpTransferModeSpecify whether or not to use chunked transfer encoding to WebDAV.- Parameters:
- httpTransferMode- Specify whether or not to use chunked transfer encoding to WebDAV.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
httpTransferModeSpecify whether or not to use chunked transfer encoding to WebDAV.- Parameters:
- httpTransferMode- Specify whether or not to use chunked transfer encoding to WebDAV.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
numRetriesNumber 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.
 
- 
restartDelayIf 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.
 
 
-