@Generated(value="software.amazon.awssdk:codegen") public final class NodePropertyOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodePropertyOverride.Builder,NodePropertyOverride>
The object that represents any node overrides to a job definition that's used in a SubmitJob API operation.
Modifier and Type | Class and Description |
---|---|
static interface |
NodePropertyOverride.Builder |
Modifier and Type | Method and Description |
---|---|
static NodePropertyOverride.Builder |
builder() |
ContainerOverrides |
containerOverrides()
The overrides that are sent to a 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 NodePropertyOverride.Builder> |
serializableBuilderClass() |
String |
targetNodes()
The range of nodes, using node index values, that's used to override.
|
NodePropertyOverride.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String targetNodes()
The range of nodes, using node index values, that's used to override. 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.
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.public final ContainerOverrides containerOverrides()
The overrides that are sent to a node range.
public NodePropertyOverride.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NodePropertyOverride.Builder,NodePropertyOverride>
public static NodePropertyOverride.Builder builder()
public static Class<? extends NodePropertyOverride.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.