Interface DescribeRecommendationFeedbackRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruReviewerRequest.Builder,CopyableBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>,SdkBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRecommendationFeedbackRequest
public static interface DescribeRecommendationFeedbackRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRecommendationFeedbackRequest.BuildercodeReviewArn(String codeReviewArn)The Amazon Resource Name (ARN) of the CodeReview object.DescribeRecommendationFeedbackRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRecommendationFeedbackRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRecommendationFeedbackRequest.BuilderrecommendationId(String recommendationId)The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.DescribeRecommendationFeedbackRequest.BuilderuserId(String userId)Optional parameter to describe the feedback for a given user.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codegurureviewer.model.CodeGuruReviewerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
codeReviewArn
DescribeRecommendationFeedbackRequest.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.
-
recommendationId
DescribeRecommendationFeedbackRequest.Builder recommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
- Parameters:
recommendationId- The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
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
UserIdis 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:
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
UserIdis 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.
-
overrideConfiguration
DescribeRecommendationFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRecommendationFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-