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
  • 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

      protected Jsii$Proxy(HlsWebdavCdnProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HlsWebdavCdnProps.Builder.
  • Method Details

    • getConnectionRetryInterval

      public final Number getConnectionRetryInterval()
      Description copied from interface: HlsWebdavCdnProps
      (experimental) The number of seconds to wait before retrying a connection to the CDN.

      Default: 1

      Specified by:
      getConnectionRetryInterval in interface HlsWebdavCdnProps
    • getFilecacheDuration

      public final Duration getFilecacheDuration()
      Description copied from interface: HlsWebdavCdnProps
      (experimental) The size of the file cache for streaming outputs.

      Default: Duration.seconds(300)

      Specified by:
      getFilecacheDuration in interface HlsWebdavCdnProps
    • getHttpTransferMode

      public final HttpTransferMode getHttpTransferMode()
      Description copied from interface: HlsWebdavCdnProps
      (experimental) Specifies whether to use chunked transfer encoding.

      Default: HttpTransferMode.NON_CHUNKED

      Specified by:
      getHttpTransferMode in interface HlsWebdavCdnProps
    • getNumRetries

      public final Number getNumRetries()
      Description copied from interface: HlsWebdavCdnProps
      (experimental) The number of retry attempts.

      Default: 10

      Specified by:
      getNumRetries in interface HlsWebdavCdnProps
    • getRestartDelay

      public final Number getRestartDelay()
      Description copied from interface: HlsWebdavCdnProps
      (experimental) The number of seconds to wait before restarting after a failure.

      Default: 1

      Specified by:
      getRestartDelay in interface HlsWebdavCdnProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object