Package com.seam.api.types
Class HealthGetHealthResponse.Builder
- java.lang.Object
-
- com.seam.api.types.HealthGetHealthResponse.Builder
-
- All Implemented Interfaces:
HealthGetHealthResponse._FinalStage,HealthGetHealthResponse.OkStage
- Enclosing class:
- HealthGetHealthResponse
public static final class HealthGetHealthResponse.Builder extends java.lang.Object implements HealthGetHealthResponse.OkStage, HealthGetHealthResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthGetHealthResponse._FinalStageaddAllServiceHealthStatuses(java.util.List<ServiceHealth> serviceHealthStatuses)HealthGetHealthResponse._FinalStageaddServiceHealthStatuses(ServiceHealth serviceHealthStatuses)HealthGetHealthResponsebuild()HealthGetHealthResponse.Builderfrom(HealthGetHealthResponse other)HealthGetHealthResponse._FinalStagelastServiceEvaluationAt(java.lang.String lastServiceEvaluationAt)HealthGetHealthResponse._FinalStagelastServiceEvaluationAt(java.util.Optional<java.lang.String> lastServiceEvaluationAt)HealthGetHealthResponse._FinalStageok(boolean ok)HealthGetHealthResponse._FinalStageserviceHealthStatuses(java.util.List<ServiceHealth> serviceHealthStatuses)
-
-
-
Method Detail
-
from
public HealthGetHealthResponse.Builder from(HealthGetHealthResponse other)
- Specified by:
fromin interfaceHealthGetHealthResponse.OkStage
-
ok
public HealthGetHealthResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceHealthGetHealthResponse.OkStage
-
addAllServiceHealthStatuses
public HealthGetHealthResponse._FinalStage addAllServiceHealthStatuses(java.util.List<ServiceHealth> serviceHealthStatuses)
- Specified by:
addAllServiceHealthStatusesin interfaceHealthGetHealthResponse._FinalStage
-
addServiceHealthStatuses
public HealthGetHealthResponse._FinalStage addServiceHealthStatuses(ServiceHealth serviceHealthStatuses)
- Specified by:
addServiceHealthStatusesin interfaceHealthGetHealthResponse._FinalStage
-
serviceHealthStatuses
public HealthGetHealthResponse._FinalStage serviceHealthStatuses(java.util.List<ServiceHealth> serviceHealthStatuses)
- Specified by:
serviceHealthStatusesin interfaceHealthGetHealthResponse._FinalStage
-
lastServiceEvaluationAt
public HealthGetHealthResponse._FinalStage lastServiceEvaluationAt(java.lang.String lastServiceEvaluationAt)
- Specified by:
lastServiceEvaluationAtin interfaceHealthGetHealthResponse._FinalStage
-
lastServiceEvaluationAt
public HealthGetHealthResponse._FinalStage lastServiceEvaluationAt(java.util.Optional<java.lang.String> lastServiceEvaluationAt)
- Specified by:
lastServiceEvaluationAtin interfaceHealthGetHealthResponse._FinalStage
-
build
public HealthGetHealthResponse build()
- Specified by:
buildin interfaceHealthGetHealthResponse._FinalStage
-
-