Class StationHealth.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.StationHealth.Builder
-
- Enclosing class:
- StationHealth
public static class StationHealth.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StationHealth
build()
StationHealth.Builder
copy(StationHealth model)
StationHealth.Builder
description(String description)
Explanation of the health status.StationHealth.Builder
state(HealthState state)
Overall health status of the management station.
-
-
-
Method Detail
-
state
public StationHealth.Builder state(HealthState state)
Overall health status of the management station.- Parameters:
state
- the value to set- Returns:
- this builder
-
description
public StationHealth.Builder description(String description)
Explanation of the health status.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public StationHealth build()
-
copy
public StationHealth.Builder copy(StationHealth model)
-
-