Interface RecommendationFeedbackSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecommendationFeedbackSummary.Builder,RecommendationFeedbackSummary>, SdkBuilder<RecommendationFeedbackSummary.Builder,RecommendationFeedbackSummary>, SdkPojo
Enclosing class:
RecommendationFeedbackSummary

public static interface RecommendationFeedbackSummary.Builder extends SdkPojo, CopyableBuilder<RecommendationFeedbackSummary.Builder,RecommendationFeedbackSummary>
  • Method Details

    • recommendationId

      RecommendationFeedbackSummary.Builder recommendationId(String recommendationId)

      The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

      Parameters:
      recommendationId - The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactionsWithStrings

      RecommendationFeedbackSummary.Builder reactionsWithStrings(Collection<String> reactions)

      List for storing reactions. Reactions are utf-8 text code for emojis.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactionsWithStrings

      RecommendationFeedbackSummary.Builder reactionsWithStrings(String... reactions)

      List for storing reactions. Reactions are utf-8 text code for emojis.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactions

      List for storing reactions. Reactions are utf-8 text code for emojis.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactions

      List for storing reactions. Reactions are utf-8 text code for emojis.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The ID of the user that gave the feedback.

      The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

      Parameters:
      userId - The ID of the user that gave the feedback.

      The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.