Class EsamSettings.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.EsamSettings.Jsii$Proxy
All Implemented Interfaces:
EsamSettings, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EsamSettings

@Stability(Experimental) @Internal public static final class EsamSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EsamSettings
An implementation for EsamSettings
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.EsamSettings

    EsamSettings.Builder, EsamSettings.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the EsamSettings.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The acquisition point identity sent to the POIS in MCC requests.
    final Duration
    (experimental) Offset added to the input ad avail PTS time.
    (experimental) The POIS endpoint connection details — URL and optional credentials.
    final String
    (experimental) The ID of a zone the POIS uses to control the placement of ad avails.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(EsamSettings.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EsamSettings.Builder.
  • Method Details

    • getAcquisitionPointId

      public final String getAcquisitionPointId()
      Description copied from interface: EsamSettings
      (experimental) The acquisition point identity sent to the POIS in MCC requests.
      Specified by:
      getAcquisitionPointId in interface EsamSettings
    • getPois

      public final PoisEndpoint getPois()
      Description copied from interface: EsamSettings
      (experimental) The POIS endpoint connection details — URL and optional credentials.
      Specified by:
      getPois in interface EsamSettings
    • getAdAvailOffset

      public final Duration getAdAvailOffset()
      Description copied from interface: EsamSettings
      (experimental) Offset added to the input ad avail PTS time.

      Default: - service default

      Specified by:
      getAdAvailOffset in interface EsamSettings
    • getZoneIdentity

      public final String getZoneIdentity()
      Description copied from interface: EsamSettings
      (experimental) The ID of a zone the POIS uses to control the placement of ad avails.

      Default: - service default

      Specified by:
      getZoneIdentity in interface EsamSettings
    • $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