Class BackendHealth.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkloadbalancer.model.BackendHealth.Builder
 
- 
- Enclosing class:
- BackendHealth
 
 public static class BackendHealth.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendHealthbuild()BackendHealth.Buildercopy(BackendHealth model)BackendHealth.BuilderhealthCheckResults(List<HealthCheckResult> healthCheckResults)A list of the most recent health check results returned for the specified backend server.BackendHealth.Builderstatus(BackendHealth.Status status)The general health status of the specified backend server.
 
- 
- 
- 
Method Detail- 
statuspublic BackendHealth.Builder status(BackendHealth.Status status) The general health status of the specified backend server.**OK:** All health check probes return OK **WARNING:** At least one of the health check probes does not return OK **CRITICAL:** None of the health check probes return OK. * * **UNKNOWN:** One of the health checks probes return UNKNOWN, * or the system is unable to retrieve metrics at this time. - Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
healthCheckResultspublic BackendHealth.Builder healthCheckResults(List<HealthCheckResult> healthCheckResults) A list of the most recent health check results returned for the specified backend server.- Parameters:
- healthCheckResults- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackendHealth build() 
 - 
copypublic BackendHealth.Builder copy(BackendHealth model) 
 
- 
 
-