Class SourceJpegXs.Jsii$Proxy

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

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

    • getMediaStreamSourceConfigurations

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

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

      Default: - a name is generated automatically

      Specified by:
      getFlowSourceName in interface SourceJpegXs
    • getMaxSyncBuffer

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

      Default: 100

      Specified by:
      getMaxSyncBuffer in interface SourceJpegXs
    • getVpcInterface

      public final List<VpcInterfaceConfig> getVpcInterface()
      Description copied from interface: SourceJpegXs
      (experimental) The VPC interface attachment to use for this bridge source.

      Default: - no VPC interface

      Specified by:
      getVpcInterface in interface SourceJpegXs
    • $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