Class NdiConfig.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the NdiConfig.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) A prefix for the names of the NDI sources that the flow creates.
    (experimental) Specifies the configuration settings for individual NDI discovery servers.
    final State
    (experimental) A setting that controls whether NDI sources or outputs can be used in the flow.
    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(NdiConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the NdiConfig.Builder.
  • Method Details

    • getMachineName

      public final String getMachineName()
      Description copied from interface: NdiConfig
      (experimental) A prefix for the names of the NDI sources that the flow creates.

      If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.

      Default: - MediaConnect generates a unique 12-character ID

      Specified by:
      getMachineName in interface NdiConfig
    • getNdiDiscoveryServers

      public final List<NdiDiscoveryServerConfig> getNdiDiscoveryServers()
      Description copied from interface: NdiConfig
      (experimental) Specifies the configuration settings for individual NDI discovery servers.

      A maximum of 3 servers is allowed.

      Default: - no NDI discovery servers

      Specified by:
      getNdiDiscoveryServers in interface NdiConfig
    • getNdiState

      public final State getNdiState()
      Description copied from interface: NdiConfig
      (experimental) A setting that controls whether NDI sources or outputs can be used in the flow.

      Must be ENABLED for the flow to support NDI sources or outputs.

      Default: State.DISABLED

      Specified by:
      getNdiState in interface NdiConfig
    • $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