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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.EsamSettings
EsamSettings.Builder, EsamSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EsamSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theEsamSettings.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 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.final PoisEndpointgetPois()(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 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 theEsamSettings.Builder.
-
-
Method Details
-
getAcquisitionPointId
Description copied from interface:EsamSettings(experimental) The acquisition point identity sent to the POIS in MCC requests.- Specified by:
getAcquisitionPointIdin interfaceEsamSettings
-
getPois
Description copied from interface:EsamSettings(experimental) The POIS endpoint connection details — URL and optional credentials.- Specified by:
getPoisin interfaceEsamSettings
-
getAdAvailOffset
Description copied from interface:EsamSettings(experimental) Offset added to the input ad avail PTS time.Default: - service default
- Specified by:
getAdAvailOffsetin interfaceEsamSettings
-
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:
getZoneIdentityin interfaceEsamSettings
-
$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()
-