@Stability(value=Stable) @Internal public static final class CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.NodeRangePropertyProperty
CfnJobDefinition.NodeRangePropertyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobDefinition.NodeRangePropertyProperty.Builder, CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobDefinition.NodeRangePropertyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobDefinition.AuthorizationConfigProperty.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) |
Object |
getContainer()
The container details for the node range.
|
String |
getTargetNodes()
The range of nodes, using node index values.
|
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(CfnJobDefinition.NodeRangePropertyProperty.Builder builder)
CfnJobDefinition.AuthorizationConfigProperty.Builder.public final String getTargetNodes()
CfnJobDefinition.NodeRangePropertyProperty
A range of 0:3 indicates nodes with index values of 0 through 3 . If the starting range value is omitted ( :n ), then 0 is used to start the range. If the ending range value is omitted ( n: ), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes ( 0:n ). You can nest node ranges, for example 0:10 and 4:5 , in which case the 4:5 range properties override the 0:10 properties.
getTargetNodes in interface CfnJobDefinition.NodeRangePropertyPropertypublic final Object getContainer()
CfnJobDefinition.NodeRangePropertyPropertygetContainer in interface CfnJobDefinition.NodeRangePropertyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.