Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NodeCount |
build() |
NodeCount.Builder |
copy(NodeCount model) |
NodeCount.Builder |
count(Integer count)
The node count of this compute shape.
|
NodeCount.Builder |
logicalShape(String logicalShape)
The compute shape of the nodes that the count is for.
|
public NodeCount.Builder logicalShape(String logicalShape)
The compute shape of the nodes that the count is for.
logicalShape
- the value to setpublic NodeCount.Builder count(Integer count)
The node count of this compute shape.
count
- the value to setpublic NodeCount build()
public NodeCount.Builder copy(NodeCount model)
Copyright © 2016–2024. All rights reserved.