Interface RecommendationContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationContent.Builder,,RecommendationContent> SdkBuilder<RecommendationContent.Builder,,RecommendationContent> SdkPojo
- Enclosing class:
RecommendationContent
@Mutable
@NotThreadSafe
public static interface RecommendationContent.Builder
extends SdkPojo, CopyableBuilder<RecommendationContent.Builder,RecommendationContent>
-
Method Summary
Modifier and TypeMethodDescriptionAgent-ready specification with detailed implementation stepsA brief summary of the recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
summary
A brief summary of the recommendation.
- Parameters:
summary- A brief summary of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spec
Agent-ready specification with detailed implementation steps
- Parameters:
spec- Agent-ready specification with detailed implementation steps- Returns:
- Returns a reference to this object so that method calls can be chained together.
-