Class HeatWaveNode.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.HeatWaveNode.Builder
 
- 
- Enclosing class:
- HeatWaveNode
 
 public static class HeatWaveNode.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HeatWaveNodebuild()HeatWaveNode.Buildercopy(HeatWaveNode model)HeatWaveNode.Builderid(String id)The ID associated with the HeatWave node.HeatWaveNode.Builderstatus(HeatWaveNodeStatus status)The status of the HeatWave node.HeatWaveNode.BuildertimeCreated(Date timeCreated)The date and time the HeatWave node was created.
 
- 
- 
- 
Method Detail- 
idpublic HeatWaveNode.Builder id(String id) The ID associated with the HeatWave node.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
statuspublic 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
 
 - 
timeCreatedpublic HeatWaveNode.Builder timeCreated(Date timeCreated) The date and time the HeatWave node was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic HeatWaveNode build() 
 - 
copypublic HeatWaveNode.Builder copy(HeatWaveNode model) 
 
- 
 
-