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
  • 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(HlsBasicPutCdnProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HlsBasicPutCdnProps.Builder.
  • Method Details

    • getConnectionRetryInterval

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

      Default: 1

      Specified by:
      getConnectionRetryInterval in interface HlsBasicPutCdnProps
    • getFilecacheDuration

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

      Default: Duration.seconds(300)

      Specified by:
      getFilecacheDuration in interface HlsBasicPutCdnProps
    • getNumRetries

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

      Default: 10

      Specified by:
      getNumRetries in interface HlsBasicPutCdnProps
    • getRestartDelay

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

      Default: 1

      Specified by:
      getRestartDelay in interface HlsBasicPutCdnProps
    • $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