@Generated(value="software.amazon.awssdk:codegen") public final class NodeRangeProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeRangeProperty.Builder,NodeRangeProperty>
An object representing the properties of the node range for a multi-node parallel job.
Modifier and Type | Class and Description |
---|---|
static interface |
NodeRangeProperty.Builder |
Modifier and Type | Method and Description |
---|---|
static NodeRangeProperty.Builder |
builder() |
ContainerProperties |
container()
The container details for the node range.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeRangeProperty.Builder> |
serializableBuilderClass() |
String |
targetNodes()
The range of nodes, using node index values.
|
NodeRangeProperty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String targetNodes()
The range of nodes, using node index values. 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 may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the
0:10 properties.
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 may nest node ranges, for example 0:10 and 4:5, in which case the 4:5
range properties override the 0:10 properties.public ContainerProperties container()
The container details for the node range.
public NodeRangeProperty.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NodeRangeProperty.Builder,NodeRangeProperty>
public static NodeRangeProperty.Builder builder()
public static Class<? extends NodeRangeProperty.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.