@Generated(value="software.amazon.awssdk:codegen") public final class NodePropertyOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodePropertyOverride.Builder,NodePropertyOverride>
Object representing any node overrides to a job definition that is 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 should be sent to a node range.
|
boolean |
equals(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, with which to override.
|
NodePropertyOverride.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String targetNodes()
The range of nodes, using node index values, with which 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 ContainerOverrides containerOverrides()
The overrides that should be sent to a node range.
public NodePropertyOverride.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NodePropertyOverride.Builder,NodePropertyOverride>
public static NodePropertyOverride.Builder builder()
public static Class<? extends NodePropertyOverride.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.