public static interface NodePropertyOverride.Builder extends SdkPojo, CopyableBuilder<NodePropertyOverride.Builder,NodePropertyOverride>
Modifier and Type | Method and Description |
---|---|
default NodePropertyOverride.Builder |
containerOverrides(Consumer<ContainerOverrides.Builder> containerOverrides)
The overrides that should be sent to a node range.
|
NodePropertyOverride.Builder |
containerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
NodePropertyOverride.Builder |
targetNodes(String targetNodes)
The range of nodes, using node index values, with which to override.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NodePropertyOverride.Builder targetNodes(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.
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.NodePropertyOverride.Builder containerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
containerOverrides
- The overrides that should be sent to a node range.default NodePropertyOverride.Builder containerOverrides(Consumer<ContainerOverrides.Builder> containerOverrides)
The overrides that should be sent to a node range.
This is a convenience that creates an instance of theContainerOverrides.Builder
avoiding the need to
create one manually via ContainerOverrides.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to containerOverrides(ContainerOverrides)
.containerOverrides
- a consumer that will call methods on ContainerOverrides.Builder
containerOverrides(ContainerOverrides)
Copyright © 2019. All rights reserved.