Interface ListRecommendationFeedbackRequest.Builder

    • Method Detail

      • nextToken

        ListRecommendationFeedbackRequest.Builder nextToken​(String 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

        ListRecommendationFeedbackRequest.Builder maxResults​(Integer 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.
      • userIds

        ListRecommendationFeedbackRequest.Builder userIds​(Collection<String> 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

        ListRecommendationFeedbackRequest.Builder userIds​(String... 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.