public static final class BaseNodeAggregateInfo.Builder
extends java.lang.Object
BaseNodeAggregateInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BaseNodeAggregateInfo. |
| Modifier and Type | Method and Description |
|---|---|
BaseNodeAggregateInfo |
build() |
BaseNodeAggregateInfo.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
BaseNodeAggregateInfo.Builder |
setId(java.lang.String id)
Unique identifier of this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BaseNodeAggregateInfo.Builder |
setNodeInterfaceProperties(java.util.List<NodeInterfaceProperties> nodeInterfaceProperties)
Array of Node interface statistic properties
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BaseNodeAggregateInfo.Builder |
setNodeInterfaceStatistics(java.util.List<NodeInterfaceStatisticsProperties> nodeInterfaceStatistics)
Array of Node network interface statistic properties
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BaseNodeAggregateInfo.Builder |
setNodeStatus(ClusterNodeStatus nodeStatus) |
BaseNodeAggregateInfo.Builder |
setNodeStatusProperties(java.util.List<NodeStatusProperties> nodeStatusProperties)
Time series of the node's system properties
|
public Builder()
BaseNodeAggregateInfo.public BaseNodeAggregateInfo.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public BaseNodeAggregateInfo.Builder setId(java.lang.String id)
id - New value for the property.public BaseNodeAggregateInfo.Builder setNodeInterfaceProperties(java.util.List<NodeInterfaceProperties> nodeInterfaceProperties)
nodeInterfaceProperties - New value for the property.public BaseNodeAggregateInfo.Builder setNodeInterfaceStatistics(java.util.List<NodeInterfaceStatisticsProperties> nodeInterfaceStatistics)
nodeInterfaceStatistics - New value for the property.public BaseNodeAggregateInfo.Builder setNodeStatus(ClusterNodeStatus nodeStatus)
nodeStatus - New value for the property.public BaseNodeAggregateInfo.Builder setNodeStatusProperties(java.util.List<NodeStatusProperties> nodeStatusProperties)
nodeStatusProperties - New value for the property.public BaseNodeAggregateInfo build()