Class HlsWebdavCdnProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.HlsWebdavCdnProps.Jsii$Proxy
- All Implemented Interfaces:
HlsWebdavCdnProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HlsWebdavCdnProps
@Stability(Experimental)
@Internal
public static final class HlsWebdavCdnProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HlsWebdavCdnProps
An implementation for
HlsWebdavCdnProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.HlsWebdavCdnProps
HlsWebdavCdnProps.Builder, HlsWebdavCdnProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HlsWebdavCdnProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHlsWebdavCdnProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Number(experimental) The number of seconds to wait before retrying a connection to the CDN.final Duration(experimental) The size of the file cache for streaming outputs.final HttpTransferMode(experimental) Specifies whether to use chunked transfer encoding.final Number(experimental) The number of retry attempts.final Number(experimental) The number of seconds to wait before restarting after a failure.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theHlsWebdavCdnProps.Builder.
-
-
Method Details
-
getConnectionRetryInterval
Description copied from interface:HlsWebdavCdnProps(experimental) The number of seconds to wait before retrying a connection to the CDN.Default: 1
- Specified by:
getConnectionRetryIntervalin interfaceHlsWebdavCdnProps
-
getFilecacheDuration
Description copied from interface:HlsWebdavCdnProps(experimental) The size of the file cache for streaming outputs.Default: Duration.seconds(300)
- Specified by:
getFilecacheDurationin interfaceHlsWebdavCdnProps
-
getHttpTransferMode
Description copied from interface:HlsWebdavCdnProps(experimental) Specifies whether to use chunked transfer encoding.Default: HttpTransferMode.NON_CHUNKED
- Specified by:
getHttpTransferModein interfaceHlsWebdavCdnProps
-
getNumRetries
Description copied from interface:HlsWebdavCdnProps(experimental) The number of retry attempts.Default: 10
- Specified by:
getNumRetriesin interfaceHlsWebdavCdnProps
-
getRestartDelay
Description copied from interface:HlsWebdavCdnProps(experimental) The number of seconds to wait before restarting after a failure.Default: 1
- Specified by:
getRestartDelayin interfaceHlsWebdavCdnProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-