Interface RecommenderConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommenderConfig.Builder,,RecommenderConfig> SdkBuilder<RecommenderConfig.Builder,,RecommenderConfig> SdkPojo
- Enclosing class:
RecommenderConfig
@Mutable
@NotThreadSafe
public static interface RecommenderConfig.Builder
extends SdkPojo, CopyableBuilder<RecommenderConfig.Builder,RecommenderConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.domainName(String domainName) The name of the Amazon Personalize domain that hosts the recommender.recommenderName(String recommenderName) The name of the recommender used to generate the recommendations.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
-
domainName
The name of the Amazon Personalize domain that hosts the recommender.
- Parameters:
domainName- The name of the Amazon Personalize domain that hosts the recommender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommenderName
The name of the recommender used to generate the recommendations.
- Parameters:
recommenderName- The name of the recommender used to generate the recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
context
A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.
- Parameters:
context- A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-