Class CfnChannel.HlsMediaStoreSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.HlsMediaStoreSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnChannel.HlsMediaStoreSettingsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.HlsMediaStoreSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.HlsMediaStoreSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.HlsMediaStoreSettingsProperty
An implementation for 
CfnChannel.HlsMediaStoreSettingsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.HlsMediaStoreSettingsPropertyCfnChannel.HlsMediaStoreSettingsProperty.Builder, CfnChannel.HlsMediaStoreSettingsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.HlsMediaStoreSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of seconds to wait before retrying a connection to the CDN if the connection is lost.final NumberThe size, in seconds, of the file cache for streaming outputs.final StringWhen set to temporal, output files are stored in non-persistent memory for faster reading and writing.final NumberThe number of retry attempts that are made before the channel is put into an error state.final NumberIf a streaming output fails, the number of seconds to wait until a restart is initiated.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnChannel.HlsMediaStoreSettingsProperty.Builder.
 
- 
- 
Method Details- 
getConnectionRetryIntervalDescription copied from interface:CfnChannel.HlsMediaStoreSettingsPropertyThe number of seconds to wait before retrying a connection to the CDN if the connection is lost.- Specified by:
- getConnectionRetryIntervalin interface- CfnChannel.HlsMediaStoreSettingsProperty
 
- 
getFilecacheDurationDescription copied from interface:CfnChannel.HlsMediaStoreSettingsPropertyThe size, in seconds, of the file cache for streaming outputs.- Specified by:
- getFilecacheDurationin interface- CfnChannel.HlsMediaStoreSettingsProperty
 
- 
getMediaStoreStorageClassDescription copied from interface:CfnChannel.HlsMediaStoreSettingsPropertyWhen set to temporal, output files are stored in non-persistent memory for faster reading and writing.- Specified by:
- getMediaStoreStorageClassin interface- CfnChannel.HlsMediaStoreSettingsProperty
 
- 
getNumRetriesDescription copied from interface:CfnChannel.HlsMediaStoreSettingsPropertyThe number of retry attempts that are made before the channel is put into an error state.- Specified by:
- getNumRetriesin interface- CfnChannel.HlsMediaStoreSettingsProperty
 
- 
getRestartDelayDescription copied from interface:CfnChannel.HlsMediaStoreSettingsPropertyIf a streaming output fails, the number of seconds to wait until a restart is initiated.A value of 0 means never restart. - Specified by:
- getRestartDelayin interface- CfnChannel.HlsMediaStoreSettingsProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-