Interface DuoHealthCheck.IBuildStage
-
- All Known Implementing Classes:
DuoHealthCheck.Builder
- Enclosing class:
- DuoHealthCheck
public static interface DuoHealthCheck.IBuildStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DuoHealthCheckbuild()DuoHealthCheck.IBuildStagewithCode(String code)DuoHealthCheck.IBuildStagewithMessage(String message)DuoHealthCheck.IBuildStagewithMessageDetail(String messageDetail)DuoHealthCheck.IBuildStagewithResponse(DuoHealthCheckResponse response)DuoHealthCheck.IBuildStagewithTimestamp(String timestamp)
-
-
-
Method Detail
-
withResponse
DuoHealthCheck.IBuildStage withResponse(DuoHealthCheckResponse response)
-
withCode
DuoHealthCheck.IBuildStage withCode(String code)
-
withTimestamp
DuoHealthCheck.IBuildStage withTimestamp(String timestamp)
-
withMessage
DuoHealthCheck.IBuildStage withMessage(String message)
-
withMessageDetail
DuoHealthCheck.IBuildStage withMessageDetail(String messageDetail)
-
build
DuoHealthCheck build()
-
-