Interface AssessmentRiskRecommendation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentRiskRecommendation.Builder,AssessmentRiskRecommendation>,SdkBuilder<AssessmentRiskRecommendation.Builder,AssessmentRiskRecommendation>,SdkPojo
- Enclosing class:
- AssessmentRiskRecommendation
public static interface AssessmentRiskRecommendation.Builder extends SdkPojo, CopyableBuilder<AssessmentRiskRecommendation.Builder,AssessmentRiskRecommendation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentRiskRecommendation.BuilderappComponents(String... appComponents)Indicates the Application Components (AppComponents) that were assessed as part of the assessnent and are associated with the identified risk and recommendation.AssessmentRiskRecommendation.BuilderappComponents(Collection<String> appComponents)Indicates the Application Components (AppComponents) that were assessed as part of the assessnent and are associated with the identified risk and recommendation.AssessmentRiskRecommendation.Builderrecommendation(String recommendation)Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.AssessmentRiskRecommendation.Builderrisk(String risk)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, sdkFields
-
-
-
-
Method Detail
-
appComponents
AssessmentRiskRecommendation.Builder appComponents(Collection<String> appComponents)
Indicates the Application Components (AppComponents) that were assessed as part of the assessnent 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 assessnent 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
AssessmentRiskRecommendation.Builder appComponents(String... appComponents)
Indicates the Application Components (AppComponents) that were assessed as part of the assessnent 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 assessnent 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
AssessmentRiskRecommendation.Builder recommendation(String 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
AssessmentRiskRecommendation.Builder risk(String 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.
-
-