Class HlsAkamaiCdnProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.HlsAkamaiCdnProps.Jsii$Proxy
- All Implemented Interfaces:
HlsAkamaiCdnProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HlsAkamaiCdnProps
@Stability(Experimental)
@Internal
public static final class HlsAkamaiCdnProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HlsAkamaiCdnProps
An implementation for
HlsAkamaiCdnProps-
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.HlsAkamaiCdnProps
HlsAkamaiCdnProps.Builder, HlsAkamaiCdnProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HlsAkamaiCdnProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHlsAkamaiCdnProps.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 StringgetSalt()(experimental) The salt for Akamai authentication.final StringgetToken()(experimental) The token for Akamai authentication.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 theHlsAkamaiCdnProps.Builder.
-
-
Method Details
-
getConnectionRetryInterval
Description copied from interface:HlsAkamaiCdnProps(experimental) The number of seconds to wait before retrying a connection to the CDN.Default: 1
- Specified by:
getConnectionRetryIntervalin interfaceHlsAkamaiCdnProps
-
getFilecacheDuration
Description copied from interface:HlsAkamaiCdnProps(experimental) The size of the file cache for streaming outputs.Default: Duration.seconds(300)
- Specified by:
getFilecacheDurationin interfaceHlsAkamaiCdnProps
-
getHttpTransferMode
Description copied from interface:HlsAkamaiCdnProps(experimental) Specifies whether to use chunked transfer encoding.Default: HttpTransferMode.NON_CHUNKED
- Specified by:
getHttpTransferModein interfaceHlsAkamaiCdnProps
-
getNumRetries
Description copied from interface:HlsAkamaiCdnProps(experimental) The number of retry attempts.Default: 10
- Specified by:
getNumRetriesin interfaceHlsAkamaiCdnProps
-
getRestartDelay
Description copied from interface:HlsAkamaiCdnProps(experimental) The number of seconds to wait before restarting after a failure.Default: 1
- Specified by:
getRestartDelayin interfaceHlsAkamaiCdnProps
-
getSalt
Description copied from interface:HlsAkamaiCdnProps(experimental) The salt for Akamai authentication.Default: - no salt
- Specified by:
getSaltin interfaceHlsAkamaiCdnProps
-
getToken
Description copied from interface:HlsAkamaiCdnProps(experimental) The token for Akamai authentication.Default: - no token
- Specified by:
getTokenin interfaceHlsAkamaiCdnProps
-
$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()
-