@Stability(value=Stable) public static final class CfnJobDefinition.NodeRangePropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJobDefinition.NodeRangePropertyProperty>
CfnJobDefinition.NodeRangePropertyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobDefinition.NodeRangePropertyProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.NodeRangePropertyProperty.Builder |
container(CfnJobDefinition.ContainerPropertiesProperty container)
Sets the value of
CfnJobDefinition.NodeRangePropertyProperty.getContainer() |
CfnJobDefinition.NodeRangePropertyProperty.Builder |
container(IResolvable container)
Sets the value of
CfnJobDefinition.NodeRangePropertyProperty.getContainer() |
CfnJobDefinition.NodeRangePropertyProperty.Builder |
targetNodes(String targetNodes)
Sets the value of
CfnJobDefinition.NodeRangePropertyProperty.getTargetNodes() |
@Stability(value=Stable) public CfnJobDefinition.NodeRangePropertyProperty.Builder targetNodes(String targetNodes)
CfnJobDefinition.NodeRangePropertyProperty.getTargetNodes()targetNodes - The range of nodes, using node index values. This parameter is required.
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.this@Stability(value=Stable) public CfnJobDefinition.NodeRangePropertyProperty.Builder container(CfnJobDefinition.ContainerPropertiesProperty container)
CfnJobDefinition.NodeRangePropertyProperty.getContainer()container - The container details for the node range.this@Stability(value=Stable) public CfnJobDefinition.NodeRangePropertyProperty.Builder container(IResolvable container)
CfnJobDefinition.NodeRangePropertyProperty.getContainer()container - The container details for the node range.this@Stability(value=Stable) public CfnJobDefinition.NodeRangePropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnJobDefinition.NodeRangePropertyProperty>CfnJobDefinition.NodeRangePropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.