Class HlsWebdavSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.HlsWebdavSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsWebdavSettings.Builder,HlsWebdavSettings>
@Generated("software.amazon.awssdk:codegen") public final class HlsWebdavSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsWebdavSettings.Builder,HlsWebdavSettings>
Hls Webdav Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsWebdavSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsWebdavSettings.Builderbuilder()IntegerconnectionRetryInterval()Number of seconds to wait before retrying connection to the CDN if the connection is lost.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfilecacheDuration()Size in seconds of file cache for streaming outputs.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HlsWebdavHttpTransferModehttpTransferMode()Specify whether or not to use chunked transfer encoding to WebDAV.StringhttpTransferModeAsString()Specify whether or not to use chunked transfer encoding to WebDAV.IntegernumRetries()Number of retry attempts that will be made before the Live Event is put into an error state.IntegerrestartDelay()If a streaming output fails, number of seconds to wait until a restart is initiated.List<SdkField<?>>sdkFields()static Class<? extends HlsWebdavSettings.Builder>serializableBuilderClass()HlsWebdavSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectionRetryInterval
public final Integer connectionRetryInterval()
Number of seconds to wait before retrying connection to the CDN if the connection is lost.- Returns:
- Number of seconds to wait before retrying connection to the CDN if the connection is lost.
-
filecacheDuration
public final Integer filecacheDuration()
Size in seconds of file cache for streaming outputs.- Returns:
- Size in seconds of file cache for streaming outputs.
-
httpTransferMode
public final HlsWebdavHttpTransferMode httpTransferMode()
Specify whether or not to use chunked transfer encoding to WebDAV.If the service returns an enum value that is not available in the current SDK version,
httpTransferModewill returnHlsWebdavHttpTransferMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTransferModeAsString().- Returns:
- Specify whether or not to use chunked transfer encoding to WebDAV.
- See Also:
HlsWebdavHttpTransferMode
-
httpTransferModeAsString
public final String httpTransferModeAsString()
Specify whether or not to use chunked transfer encoding to WebDAV.If the service returns an enum value that is not available in the current SDK version,
httpTransferModewill returnHlsWebdavHttpTransferMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTransferModeAsString().- Returns:
- Specify whether or not to use chunked transfer encoding to WebDAV.
- See Also:
HlsWebdavHttpTransferMode
-
numRetries
public final 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.- Returns:
- 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.
-
restartDelay
public final Integer restartDelay()
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.- Returns:
- If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
-
toBuilder
public HlsWebdavSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsWebdavSettings.Builder,HlsWebdavSettings>
-
builder
public static HlsWebdavSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsWebdavSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-