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
An implementation for
CfnJobTemplate.HopDestinationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconvert.CfnJobTemplate.HopDestinationProperty
CfnJobTemplate.HopDestinationProperty.Builder, CfnJobTemplate.HopDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobTemplate.HopDestinationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnJobTemplate.HopDestinationProperty.Builder.
-
-
Method Details
-
getPriority
Description copied from interface:CfnJobTemplate.HopDestinationPropertyOptional.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:
getPriorityin interfaceCfnJobTemplate.HopDestinationProperty- See Also:
-
getQueue
Description copied from interface:CfnJobTemplate.HopDestinationPropertyOptional 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:
getQueuein interfaceCfnJobTemplate.HopDestinationProperty- See Also:
-
getWaitMinutes
Description copied from interface:CfnJobTemplate.HopDestinationPropertyRequired 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:
getWaitMinutesin interfaceCfnJobTemplate.HopDestinationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-