Interface PutRecommendationFeedbackRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeGuruReviewerRequest.Builder, CopyableBuilder<PutRecommendationFeedbackRequest.Builder,PutRecommendationFeedbackRequest>, SdkBuilder<PutRecommendationFeedbackRequest.Builder,PutRecommendationFeedbackRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
PutRecommendationFeedbackRequest

  • Method Details

    • codeReviewArn

      PutRecommendationFeedbackRequest.Builder codeReviewArn(String codeReviewArn)

      The Amazon Resource Name (ARN) of the CodeReview object.

      Parameters:
      codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendationId

      PutRecommendationFeedbackRequest.Builder recommendationId(String recommendationId)

      The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

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

      List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactionsWithStrings

      PutRecommendationFeedbackRequest.Builder reactionsWithStrings(String... reactions)

      List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
      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. If you send an empty list it clears all your feedback.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
      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. If you send an empty list it clears all your feedback.

      Parameters:
      reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      PutRecommendationFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.