Class HlsMediaStoreSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.HlsMediaStoreSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsMediaStoreSettings.Builder,HlsMediaStoreSettings>
@Generated("software.amazon.awssdk:codegen") public final class HlsMediaStoreSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsMediaStoreSettings.Builder,HlsMediaStoreSettings>
Hls Media Store Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsMediaStoreSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsMediaStoreSettings.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()HlsMediaStoreStorageClassmediaStoreStorageClass()When set to temporal, output files are stored in non-persistent memory for faster reading and writing.StringmediaStoreStorageClassAsString()When set to temporal, output files are stored in non-persistent memory for faster reading and writing.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 HlsMediaStoreSettings.Builder>serializableBuilderClass()HlsMediaStoreSettings.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.
-
mediaStoreStorageClass
public final HlsMediaStoreStorageClass mediaStoreStorageClass()
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.If the service returns an enum value that is not available in the current SDK version,
mediaStoreStorageClasswill returnHlsMediaStoreStorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommediaStoreStorageClassAsString().- Returns:
- When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
- See Also:
HlsMediaStoreStorageClass
-
mediaStoreStorageClassAsString
public final String mediaStoreStorageClassAsString()
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.If the service returns an enum value that is not available in the current SDK version,
mediaStoreStorageClasswill returnHlsMediaStoreStorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommediaStoreStorageClassAsString().- Returns:
- When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
- See Also:
HlsMediaStoreStorageClass
-
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 HlsMediaStoreSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsMediaStoreSettings.Builder,HlsMediaStoreSettings>
-
builder
public static HlsMediaStoreSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsMediaStoreSettings.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.
-
-