public static final class CfnChannel.HlsWebdavSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.HlsWebdavSettingsProperty
CfnChannel.HlsWebdavSettingsProperty
CfnChannel.HlsWebdavSettingsProperty.Builder, CfnChannel.HlsWebdavSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getConnectionRetryInterval()
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
|
java.lang.Number |
getFilecacheDuration()
The size, in seconds, of the file cache for streaming outputs.
|
java.lang.String |
getHttpTransferMode()
Specifies whether to use chunked transfer encoding to WebDAV.
|
java.lang.Number |
getNumRetries()
The number of retry attempts that are made before the channel is put into an error state.
|
java.lang.Number |
getRestartDelay()
If a streaming output fails, the number of seconds to wait until a restart is initiated.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getConnectionRetryInterval()
CfnChannel.HlsWebdavSettingsProperty
getConnectionRetryInterval
in interface CfnChannel.HlsWebdavSettingsProperty
public final java.lang.Number getFilecacheDuration()
CfnChannel.HlsWebdavSettingsProperty
getFilecacheDuration
in interface CfnChannel.HlsWebdavSettingsProperty
public final java.lang.String getHttpTransferMode()
CfnChannel.HlsWebdavSettingsProperty
getHttpTransferMode
in interface CfnChannel.HlsWebdavSettingsProperty
public final java.lang.Number getNumRetries()
CfnChannel.HlsWebdavSettingsProperty
getNumRetries
in interface CfnChannel.HlsWebdavSettingsProperty
public final java.lang.Number getRestartDelay()
CfnChannel.HlsWebdavSettingsProperty
A value of 0 means never restart.
getRestartDelay
in interface CfnChannel.HlsWebdavSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()