Class AvailBlanking.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AvailBlanking.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AvailBlanking
An implementation for AvailBlanking
  • 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.AvailBlanking

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AvailBlanking.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
     
    (experimental) A blanking image to display during ad avails.
    (experimental) Whether to blank the output during 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(AvailBlanking.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AvailBlanking.Builder.
  • Method Details

    • getImage

      public final FileLocation getImage()
      Description copied from interface: AvailBlanking
      (experimental) A blanking image to display during ad avails.

      Provide a FileLocation referencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url). Only .bmp and .png images are supported. If not set, solid black is used.

      Default: - solid black

      Specified by:
      getImage in interface AvailBlanking
    • getState

      public final AvailBlankingState getState()
      Description copied from interface: AvailBlanking
      (experimental) Whether to blank the output during ad avails.

      Default: - ENABLED if image is provided, DISABLED otherwise

      Specified by:
      getState in interface AvailBlanking
    • $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