Class BlackoutSlate.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class BlackoutSlate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BlackoutSlate
An implementation for BlackoutSlate
  • 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(BlackoutSlate.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BlackoutSlate.Builder.
  • Method Details

    • getImage

      public final FileLocation getImage()
      Description copied from interface: BlackoutSlate
      (experimental) The blackout slate image.

      Provide a FileLocation referencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url). Only .bmp and .png supported.

      Default: - solid black

      Specified by:
      getImage in interface BlackoutSlate
    • getNetworkEndBlackout

      public final NetworkEndBlackout getNetworkEndBlackout()
      Description copied from interface: BlackoutSlate
      (experimental) Whether to enable network end blackout (triggered by SCTE-35 Network End Segmentation Descriptor).

      Default: - ENABLED if networkEndBlackoutImage is provided, DISABLED otherwise

      Specified by:
      getNetworkEndBlackout in interface BlackoutSlate
    • getNetworkEndBlackoutImage

      public final FileLocation getNetworkEndBlackoutImage()
      Description copied from interface: BlackoutSlate
      (experimental) The network end blackout image.

      Provide a FileLocation referencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url).

      Default: - solid black

      Specified by:
      getNetworkEndBlackoutImage in interface BlackoutSlate
    • getNetworkId

      public final String getNetworkId()
      Description copied from interface: BlackoutSlate
      (experimental) The EIDR network ID (e.g. '10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C').

      Default: - no network ID

      Specified by:
      getNetworkId in interface BlackoutSlate
    • getState

      public final BlackoutSlateState getState()
      Description copied from interface: BlackoutSlate
      (experimental) Whether to enable the blackout slate.

      Default: - ENABLED if image is provided, DISABLED otherwise

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