Interface Recommendation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Recommendation.Builder,Recommendation>,SdkBuilder<Recommendation.Builder,Recommendation>,SdkPojo
- Enclosing class:
- Recommendation
public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.BuilderrecommendationText(String recommendationText)Text of the recommendations that are provided to make an application more recovery resilient.-
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 Detail
-
recommendationText
Recommendation.Builder recommendationText(String recommendationText)
Text of the recommendations that are provided to make an application more recovery resilient.
- Parameters:
recommendationText- Text of the recommendations that are provided to make an application more recovery resilient.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-