@Stability(value=Stable) @Internal public static final class CfnJobTemplate.HopDestinationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobTemplate.HopDestinationProperty
CfnJobTemplate.HopDestinationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobTemplate.HopDestinationProperty.Builder, CfnJobTemplate.HopDestinationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobTemplate.HopDestinationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobTemplate.AccelerationSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getPriority()
Optional.
|
String |
getQueue()
Optional unless the job is submitted on the default queue.
|
Number |
getWaitMinutes()
Required for setting up a job to use queue hopping.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnJobTemplate.HopDestinationProperty.Builder builder)
CfnJobTemplate.AccelerationSettingsProperty.Builder.public final Number getPriority()
CfnJobTemplate.HopDestinationPropertyWhen 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.
getPriority in interface CfnJobTemplate.HopDestinationPropertypublic final String getQueue()
CfnJobTemplate.HopDestinationPropertyWhen 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.
getQueue in interface CfnJobTemplate.HopDestinationPropertypublic final Number getWaitMinutes()
CfnJobTemplate.HopDestinationPropertyMinimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.
getWaitMinutes in interface CfnJobTemplate.HopDestinationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.