Class ChannelProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ChannelProps.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 Boolean
    (experimental) Whether the channel is authorized.
    (experimental) Channel latency mode.
    final String
    (experimental) Channel name.
    (experimental) The channel type, which determines the allowable resolution and bitrate.
    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(ChannelProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ChannelProps.Builder.
  • Method Details

    • getAuthorized

      public final Boolean getAuthorized()
      Description copied from interface: ChannelProps
      (experimental) Whether the channel is authorized.

      If you wish to make an authorized channel, you will need to ensure that a PlaybackKeyPair has been uploaded to your account as this is used to validate the signed JWT that is required for authorization

      Default: false

      Specified by:
      getAuthorized in interface ChannelProps
    • getLatencyMode

      public final LatencyMode getLatencyMode()
      Description copied from interface: ChannelProps
      (experimental) Channel latency mode.

      Default: LatencyMode.LOW

      Specified by:
      getLatencyMode in interface ChannelProps
    • getName

      public final String getName()
      Description copied from interface: ChannelProps
      (experimental) Channel name.

      Default: - None

      Specified by:
      getName in interface ChannelProps
    • getType

      public final ChannelType getType()
      Description copied from interface: ChannelProps
      (experimental) The channel type, which determines the allowable resolution and bitrate.

      If you exceed the allowable resolution or bitrate, the stream will disconnect immediately

      Default: ChannelType.STANDARD

      Specified by:
      getType in interface ChannelProps
    • $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