@Stability(value=Stable) @Internal public static final class CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobQueue.ComputeEnvironmentOrderProperty
CfnJobQueue.ComputeEnvironmentOrderProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnJobQueue.ComputeEnvironmentOrderProperty.Builder, CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnJobQueue.ComputeEnvironmentOrderProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobQueue.ComputeEnvironmentOrderProperty.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) |
String |
getComputeEnvironment()
The Amazon Resource Name (ARN) of the compute environment.
|
Number |
getOrder()
The order of the compute environment.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnJobQueue.ComputeEnvironmentOrderProperty.Builder builder)
CfnJobQueue.ComputeEnvironmentOrderProperty.Builder
.public final String getComputeEnvironment()
CfnJobQueue.ComputeEnvironmentOrderProperty
getComputeEnvironment
in interface CfnJobQueue.ComputeEnvironmentOrderProperty
public final Number getOrder()
CfnJobQueue.ComputeEnvironmentOrderProperty
Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order
integer value is tried for job placement first.
getOrder
in interface CfnJobQueue.ComputeEnvironmentOrderProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.