Class HeatWaveNode.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.HeatWaveNode.Builder
-
- Enclosing class:
- HeatWaveNode
public static class HeatWaveNode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
id
public HeatWaveNode.Builder id(String id)
The ID associated with the HeatWave node.- Parameters:
id
- the value to set- Returns:
- this builder
-
status
public 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.
- Parameters:
status
- the value to set- Returns:
- this builder
-
timeCreated
public HeatWaveNode.Builder timeCreated(Date timeCreated)
The date and time the HeatWave node was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
build
public HeatWaveNode build()
-
copy
public HeatWaveNode.Builder copy(HeatWaveNode model)
-
-