Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ScoringComponentResiliencyScore.Builder
-
Packages that use ScoringComponentResiliencyScore.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ScoringComponentResiliencyScore.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ScoringComponentResiliencyScore.Builder Modifier and Type Method Description static ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore. builder()ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore.Builder. excludedCount(Long excludedCount)Number of recommendations that were excluded from the assessment.ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore.Builder. outstandingCount(Long outstandingCount)Number of issues that must be resolved to obtain the maximum possible score for the scoring component.ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore.Builder. possibleScore(Double possibleScore)Maximum possible score that can be obtained for the scoring component.ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore.Builder. score(Double score)Resiliency score of your application.ScoringComponentResiliencyScore.BuilderScoringComponentResiliencyScore. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ScoringComponentResiliencyScore.Builder Modifier and Type Method Description static Class<? extends ScoringComponentResiliencyScore.Builder>ScoringComponentResiliencyScore. serializableBuilderClass()
-