Interface ListRecommendationFeedbackRequest.Builder

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

  • Method Details

    • nextToken

      If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results that are returned per call. The default is 100.

      Parameters:
      maxResults - The maximum number of results that are returned per call. The default is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewArn

      ListRecommendationFeedbackRequest.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.
    • userIds

      An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

      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:
      userIds - An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

      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.
    • userIds

      An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

      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:
      userIds - An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

      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.
    • recommendationIds

      ListRecommendationFeedbackRequest.Builder recommendationIds(Collection<String> recommendationIds)

      Used to query the recommendation feedback for a given recommendation.

      Parameters:
      recommendationIds - Used to query the recommendation feedback for a given recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendationIds

      ListRecommendationFeedbackRequest.Builder recommendationIds(String... recommendationIds)

      Used to query the recommendation feedback for a given recommendation.

      Parameters:
      recommendationIds - Used to query the recommendation feedback for a given recommendation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListRecommendationFeedbackRequest.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.