Class CfnJobTemplate.HopDestinationProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnJobTemplate.HopDestinationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobTemplate.HopDestinationProperty
  • Constructor Details

  • Method Details

    • getPriority

      public final Number getPriority()
      Description copied from interface: CfnJobTemplate.HopDestinationProperty
      Optional.

      When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

      Specified by:
      getPriority in interface CfnJobTemplate.HopDestinationProperty
    • getQueue

      public final String getQueue()
      Description copied from interface: CfnJobTemplate.HopDestinationProperty
      Optional unless the job is submitted on the default queue.

      When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

      Specified by:
      getQueue in interface CfnJobTemplate.HopDestinationProperty
    • getWaitMinutes

      public final Number getWaitMinutes()
      Description copied from interface: CfnJobTemplate.HopDestinationProperty
      Required for setting up a job to use queue hopping.

      Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.

      Specified by:
      getWaitMinutes in interface CfnJobTemplate.HopDestinationProperty
    • $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