Interface AssessmentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssessmentSummary.Builder,
,AssessmentSummary> SdkBuilder<AssessmentSummary.Builder,
,AssessmentSummary> SdkPojo
- Enclosing class:
AssessmentSummary
-
Method Summary
Modifier and TypeMethodDescriptionriskRecommendations
(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.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.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.Indicates a concise summary that provides an overview of the Resilience Hub assessment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
riskRecommendations
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.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
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.This property is available only in the US East (N. Virginia) Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
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.This property is available only in the US East (N. Virginia) Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskRecommendations
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.
This property is available only in the US East (N. Virginia) Region.
AssessmentRiskRecommendation.Builder
avoiding the need to create one manually viaAssessmentRiskRecommendation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toriskRecommendations(List<AssessmentRiskRecommendation>)
.- Parameters:
riskRecommendations
- a consumer that will call methods onAssessmentRiskRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
summary
Indicates a concise summary that provides an overview of the Resilience Hub assessment.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
summary
- Indicates a concise summary that provides an overview of the Resilience Hub assessment.This property is available only in the US East (N. Virginia) Region.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-