Interface AssessmentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>,SdkBuilder<AssessmentSummary.Builder,AssessmentSummary>,SdkPojo
- Enclosing class:
- AssessmentSummary
public static interface AssessmentSummary.Builder extends SdkPojo, CopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentSummary.BuilderriskRecommendations(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.BuilderriskRecommendations(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.BuilderriskRecommendations(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.Buildersummary(String summary)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, sdkFields
-
-
-
-
Method Detail
-
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
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.
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 is a convenience method that creates an instance of theThis property is available only in the US East (N. Virginia) Region.
AssessmentRiskRecommendation.Builderavoiding the need to create one manually viaAssessmentRiskRecommendation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#riskRecommendations(List.) - 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:
#riskRecommendations(java.util.Collection)
-
summary
AssessmentSummary.Builder summary(String 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.
-
-