public static interface DescribeRecommendationFeedbackRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationFeedbackRequest.Builder |
codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the
CodeReview
object. |
DescribeRecommendationFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRecommendationFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeRecommendationFeedbackRequest.Builder |
recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the
feedback.
|
DescribeRecommendationFeedbackRequest.Builder |
userId(String userId)
Optional parameter to describe the feedback for a given user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecommendationFeedbackRequest.Builder codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview
object.
codeReviewArn - The Amazon Resource Name (ARN) of the
CodeReview object.DescribeRecommendationFeedbackRequest.Builder recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the
feedback.DescribeRecommendationFeedbackRequest.Builder userId(String userId)
Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.
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.
userId - Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to
the user making the request.
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.
DescribeRecommendationFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRecommendationFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.