Class SourceCdi.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SourceCdi.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) The name of the source.
    final Number
    (experimental) The size of the buffer (in ms) to use to sync incoming source data.
    (experimental) The media stream that is associated with the source, and the parameters for that association.
    final Number
    (experimental) The port that the flow will be listening on for incoming content.
    (experimental) The VPC interface attachment to use for this bridge source.
    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(SourceCdi.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SourceCdi.Builder.
  • Method Details

    • getMaxSyncBuffer

      public final Number getMaxSyncBuffer()
      Description copied from interface: SourceCdi
      (experimental) The size of the buffer (in ms) to use to sync incoming source data.

      Required by the MediaConnect service for CDI sources.

      Specified by:
      getMaxSyncBuffer in interface SourceCdi
    • getMediaStreamSourceConfigurations

      public final List<MediaStreamSourceConfigurationCdi> getMediaStreamSourceConfigurations()
      Description copied from interface: SourceCdi
      (experimental) The media stream that is associated with the source, and the parameters for that association.
      Specified by:
      getMediaStreamSourceConfigurations in interface SourceCdi
    • getPort

      public final Number getPort()
      Description copied from interface: SourceCdi
      (experimental) The port that the flow will be listening on for incoming content.
      Specified by:
      getPort in interface SourceCdi
    • getVpcInterface

      public final VpcInterfaceConfig getVpcInterface()
      Description copied from interface: SourceCdi
      (experimental) The VPC interface attachment to use for this bridge source.
      Specified by:
      getVpcInterface in interface SourceCdi
    • getFlowSourceName

      public final String getFlowSourceName()
      Description copied from interface: SourceCdi
      (experimental) The name of the source.

      Default: - a name is generated automatically

      Specified by:
      getFlowSourceName in interface SourceCdi
    • $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