Class HealthCheckResult.Builder
- java.lang.Object
-
- com.oracle.bmc.networkloadbalancer.model.HealthCheckResult.Builder
-
- Enclosing class:
- HealthCheckResult
public static class HealthCheckResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthCheckResult
build()
HealthCheckResult.Builder
copy(HealthCheckResult model)
HealthCheckResult.Builder
healthCheckStatus(HealthCheckResult.HealthCheckStatus healthCheckStatus)
The result of the most recent health check.HealthCheckResult.Builder
timestamp(Date timestamp)
The date and time the data was retrieved, in the format defined by RFC3339.
-
-
-
Method Detail
-
timestamp
public HealthCheckResult.Builder timestamp(Date timestamp)
The date and time the data was retrieved, in the format defined by RFC3339.Example: 2020-05-01T18:28:11+00:00
- Parameters:
timestamp
- the value to set- Returns:
- this builder
-
healthCheckStatus
public HealthCheckResult.Builder healthCheckStatus(HealthCheckResult.HealthCheckStatus healthCheckStatus)
The result of the most recent health check.- Parameters:
healthCheckStatus
- the value to set- Returns:
- this builder
-
build
public HealthCheckResult build()
-
copy
public HealthCheckResult.Builder copy(HealthCheckResult model)
-
-