Package com.seam.api.types
Class HealthGetServiceHealthResponse.Builder
- java.lang.Object
-
- com.seam.api.types.HealthGetServiceHealthResponse.Builder
-
- All Implemented Interfaces:
HealthGetServiceHealthResponse._FinalStage,HealthGetServiceHealthResponse.LastServiceEvaluationAtStage,HealthGetServiceHealthResponse.OkStage,HealthGetServiceHealthResponse.ServiceHealthStage
- Enclosing class:
- HealthGetServiceHealthResponse
public static final class HealthGetServiceHealthResponse.Builder extends java.lang.Object implements HealthGetServiceHealthResponse.OkStage, HealthGetServiceHealthResponse.LastServiceEvaluationAtStage, HealthGetServiceHealthResponse.ServiceHealthStage, HealthGetServiceHealthResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthGetServiceHealthResponsebuild()HealthGetServiceHealthResponse.Builderfrom(HealthGetServiceHealthResponse other)HealthGetServiceHealthResponse.ServiceHealthStagelastServiceEvaluationAt(java.lang.String lastServiceEvaluationAt)HealthGetServiceHealthResponse.LastServiceEvaluationAtStageok(boolean ok)HealthGetServiceHealthResponse._FinalStageserviceHealth(ServiceHealth serviceHealth)
-
-
-
Method Detail
-
from
public HealthGetServiceHealthResponse.Builder from(HealthGetServiceHealthResponse other)
- Specified by:
fromin interfaceHealthGetServiceHealthResponse.OkStage
-
ok
public HealthGetServiceHealthResponse.LastServiceEvaluationAtStage ok(boolean ok)
- Specified by:
okin interfaceHealthGetServiceHealthResponse.OkStage
-
lastServiceEvaluationAt
public HealthGetServiceHealthResponse.ServiceHealthStage lastServiceEvaluationAt(java.lang.String lastServiceEvaluationAt)
- Specified by:
lastServiceEvaluationAtin interfaceHealthGetServiceHealthResponse.LastServiceEvaluationAtStage
-
serviceHealth
public HealthGetServiceHealthResponse._FinalStage serviceHealth(ServiceHealth serviceHealth)
- Specified by:
serviceHealthin interfaceHealthGetServiceHealthResponse.ServiceHealthStage
-
build
public HealthGetServiceHealthResponse build()
- Specified by:
buildin interfaceHealthGetServiceHealthResponse._FinalStage
-
-