Class HlsBasicPutCdnProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.HlsBasicPutCdnProps.Jsii$Proxy
- All Implemented Interfaces:
HlsBasicPutCdnProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HlsBasicPutCdnProps
@Stability(Experimental)
@Internal
public static final class HlsBasicPutCdnProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HlsBasicPutCdnProps
An implementation for
HlsBasicPutCdnProps-
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.HlsBasicPutCdnProps
HlsBasicPutCdnProps.Builder, HlsBasicPutCdnProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HlsBasicPutCdnProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHlsBasicPutCdnProps.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 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 theHlsBasicPutCdnProps.Builder.
-
-
Method Details
-
getConnectionRetryInterval
Description copied from interface:HlsBasicPutCdnProps(experimental) The number of seconds to wait before retrying a connection to the CDN.Default: 1
- Specified by:
getConnectionRetryIntervalin interfaceHlsBasicPutCdnProps
-
getFilecacheDuration
Description copied from interface:HlsBasicPutCdnProps(experimental) The size of the file cache for streaming outputs.Default: Duration.seconds(300)
- Specified by:
getFilecacheDurationin interfaceHlsBasicPutCdnProps
-
getNumRetries
Description copied from interface:HlsBasicPutCdnProps(experimental) The number of retry attempts.Default: 10
- Specified by:
getNumRetriesin interfaceHlsBasicPutCdnProps
-
getRestartDelay
Description copied from interface:HlsBasicPutCdnProps(experimental) The number of seconds to wait before restarting after a failure.Default: 1
- Specified by:
getRestartDelayin interfaceHlsBasicPutCdnProps
-
$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()
-