public static interface ListRecommendationFeedbackRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationFeedbackRequest.Builder,ListRecommendationFeedbackRequest>
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 AWS 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 AWS account ID or an Amazon Resource
Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
userIds - An AWS 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 AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
ListRecommendationFeedbackRequest.Builder userIds(String... userIds)
An AWS 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 AWS account ID or an Amazon Resource
Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
userIds - An AWS 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 AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS 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 © 2020. All rights reserved.