public static interface ListRecommendationFeedbackRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationFeedbackRequest.Builder,ListRecommendationFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationFeedbackRequest.Builder |
codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
|
ListRecommendationFeedbackRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListRecommendationFeedbackRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListRecommendationFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecommendationFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecommendationFeedbackRequest.Builder |
recommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
|
ListRecommendationFeedbackRequest.Builder |
recommendationIds(String... recommendationIds)
Used to query the recommendation feedback for a given recommendation.
|
ListRecommendationFeedbackRequest.Builder |
userIds(Collection<String> userIds)
An Amazon Web Services user's account ID or Amazon Resource Name (ARN).
|
ListRecommendationFeedbackRequest.Builder |
userIds(String... userIds)
An Amazon Web Services user's account ID or Amazon Resource Name (ARN).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationFeedbackRequest.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.
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.ListRecommendationFeedbackRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. The default is 100.
maxResults - The maximum number of results that are returned per call. The default is 100.ListRecommendationFeedbackRequest.Builder codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview
object.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.
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.
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.
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.
ListRecommendationFeedbackRequest.Builder recommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
recommendationIds - Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.Builder recommendationIds(String... recommendationIds)
Used to query the recommendation feedback for a given recommendation.
recommendationIds - Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecommendationFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.