Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.AssessmentSummary.Builder
-
Packages that use AssessmentSummary.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AssessmentSummary.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AssessmentSummary.Builder Modifier and Type Method Description static AssessmentSummary.BuilderAssessmentSummary. builder()AssessmentSummary.BuilderAssessmentSummary.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.BuilderAssessmentSummary.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.BuilderAssessmentSummary.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.BuilderAssessmentSummary.Builder. summary(String summary)Indicates a concise summary that provides an overview of the Resilience Hub assessment.AssessmentSummary.BuilderAssessmentSummary. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AssessmentSummary.Builder Modifier and Type Method Description static Class<? extends AssessmentSummary.Builder>AssessmentSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AssessmentSummary.Builder Modifier and Type Method Description default AppAssessment.BuilderAppAssessment.Builder. summary(Consumer<AssessmentSummary.Builder> summary)Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.
-