static AssessmentSummary.Builder |
AssessmentSummary.builder() |
|
AssessmentSummary.Builder |
AssessmentSummary.Builder.riskRecommendations(Collection<AssessmentRiskRecommendation> riskRecommendations) |
Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a
specific risk and the corresponding recommendation to address it.
|
AssessmentSummary.Builder |
AssessmentSummary.Builder.riskRecommendations(Consumer<AssessmentRiskRecommendation.Builder>... riskRecommendations) |
Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a
specific risk and the corresponding recommendation to address it.
|
AssessmentSummary.Builder |
AssessmentSummary.Builder.riskRecommendations(AssessmentRiskRecommendation... riskRecommendations) |
Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a
specific risk and the corresponding recommendation to address it.
|
AssessmentSummary.Builder |
AssessmentSummary.Builder.summary(String summary) |
Indicates a concise summary that provides an overview of the Resilience Hub assessment.
|
AssessmentSummary.Builder |
AssessmentSummary.toBuilder() |
|