Interface Recommendation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Recommendation.Builder,,Recommendation> SdkBuilder<Recommendation.Builder,,Recommendation> SdkPojo
- Enclosing class:
Recommendation
@Mutable
@NotThreadSafe
public static interface Recommendation.Builder
extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Source-specific metadata as key-value pairs.Human-readable recommendation text from this source.The recommendation source type.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
-
type
The recommendation source type. Known values:
OpportunityQuality,SolutionRecommendation,SpecialistRecommendation.- Parameters:
type- The recommendation source type. Known values:OpportunityQuality,SolutionRecommendation,SpecialistRecommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Human-readable recommendation text from this source.
- Parameters:
details- Human-readable recommendation text from this source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Source-specific metadata as key-value pairs.
- Parameters:
attributes- Source-specific metadata as key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-