Interface AssessmentRiskRecommendation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssessmentRiskRecommendation.Builder,
,AssessmentRiskRecommendation> SdkBuilder<AssessmentRiskRecommendation.Builder,
,AssessmentRiskRecommendation> SdkPojo
- Enclosing class:
AssessmentRiskRecommendation
-
Method Summary
Modifier and TypeMethodDescriptionappComponents
(String... appComponents) Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.appComponents
(Collection<String> appComponents) Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.recommendation
(String recommendation) Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.Indicates the description of the potential risk identified in the application as part 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
-
appComponents
Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
appComponents
- Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.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.
-
appComponents
Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
appComponents
- Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.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.
-
recommendation
Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
recommendation
- Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.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.
-
risk
Indicates the description of the potential risk identified in the application as part of the Resilience Hub assessment.
This property is available only in the US East (N. Virginia) Region.
- Parameters:
risk
- Indicates the description of the potential risk identified in the application as part 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.
-