public static class HeatWaveNode.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeatWaveNode |
build() |
HeatWaveNode.Builder |
copy(HeatWaveNode model) |
HeatWaveNode.Builder |
id(String id)
The ID associated with the HeatWave node.
|
HeatWaveNode.Builder |
status(HeatWaveNodeStatus status)
The status of the HeatWave node.
|
HeatWaveNode.Builder |
timeCreated(Date timeCreated)
The date and time the HeatWave node was created.
|
public HeatWaveNode.Builder id(String id)
The ID associated with the HeatWave node.
id
- the value to setpublic HeatWaveNode.Builder status(HeatWaveNodeStatus status)
The status of the HeatWave node. Indicates whether the status of the node is UP, DOWN, or UNKNOWN at the current time.
status
- the value to setpublic HeatWaveNode.Builder timeCreated(Date timeCreated)
The date and time the HeatWave node was created.
timeCreated
- the value to setpublic HeatWaveNode build()
public HeatWaveNode.Builder copy(HeatWaveNode model)
Copyright © 2016–2024. All rights reserved.