Class ArchiveOutputDefinition.Jsii$Proxy

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

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

    • getContainer

      public final ArchiveContainer getContainer()
      Description copied from interface: ArchiveOutputDefinition
      (experimental) The container (transport stream) for this output — an MPEG-TS (M2TS) or raw container.

      Use the ArchiveContainer factory methods.

      Default: - ArchiveContainer.m2ts() with service-default M2TS settings

      Specified by:
      getContainer in interface ArchiveOutputDefinition
    • getExtension

      public final String getExtension()
      Description copied from interface: ArchiveOutputDefinition
      (experimental) The output file extension.

      Default: - auto-selected from container type

      Specified by:
      getExtension in interface ArchiveOutputDefinition
    • getNameModifier

      public final String getNameModifier()
      Description copied from interface: ArchiveOutputDefinition
      (experimental) A string concatenated to the end of the destination file name.

      Required if the output group contains more than one output of the same container type.

      Default: - no name modifier

      Specified by:
      getNameModifier in interface ArchiveOutputDefinition
    • getEncodes

      public final List<EncodeConfiguration> getEncodes()
      Description copied from interface: OutputDefinition
      (experimental) The encode configurations to wire to this output.
      Specified by:
      getEncodes in interface OutputDefinition
    • getOutputName

      public final String getOutputName()
      Description copied from interface: OutputDefinition
      (experimental) The name of this output.

      Must be unique across all outputs in the channel.

      Specified by:
      getOutputName in interface OutputDefinition
    • $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