public static final class HeatMapTransportNodesAggregateStatus.Builder
extends java.lang.Object
HeatMapTransportNodesAggregateStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
HeatMapTransportNodesAggregateStatus. |
| Modifier and Type | Method and Description |
|---|---|
HeatMapTransportNodesAggregateStatus |
build() |
HeatMapTransportNodesAggregateStatus.Builder |
setDegradedCount(java.lang.Long degradedCount)
Number of transport nodes that are degraded format: int32
|
HeatMapTransportNodesAggregateStatus.Builder |
setDownCount(java.lang.Long downCount)
Number of transport nodes that are down format: int32
|
HeatMapTransportNodesAggregateStatus.Builder |
setUnknownCount(java.lang.Long unknownCount)
Number of transport nodes with unknown status format: int32
|
HeatMapTransportNodesAggregateStatus.Builder |
setUpCount(java.lang.Long upCount)
Number of transport nodes that are up format: int32
|
public Builder()
HeatMapTransportNodesAggregateStatus.public HeatMapTransportNodesAggregateStatus.Builder setDegradedCount(java.lang.Long degradedCount)
degradedCount - New value for the property.public HeatMapTransportNodesAggregateStatus.Builder setDownCount(java.lang.Long downCount)
downCount - New value for the property.public HeatMapTransportNodesAggregateStatus.Builder setUnknownCount(java.lang.Long unknownCount)
unknownCount - New value for the property.public HeatMapTransportNodesAggregateStatus.Builder setUpCount(java.lang.Long upCount)
upCount - New value for the property.public HeatMapTransportNodesAggregateStatus build()