public static interface DescribeCodeReviewResponse.Builder extends CodeGuruReviewerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCodeReviewResponse.Builder,DescribeCodeReviewResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeReviewResponse.Builder |
codeReview(CodeReview codeReview)
Information about the code review.
|
default DescribeCodeReviewResponse.Builder |
codeReview(Consumer<CodeReview.Builder> codeReview)
Information about the code review.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCodeReviewResponse.Builder codeReview(CodeReview codeReview)
Information about the code review.
codeReview - Information about the code review.default DescribeCodeReviewResponse.Builder codeReview(Consumer<CodeReview.Builder> codeReview)
Information about the code review.
This is a convenience method that creates an instance of theCodeReview.Builder avoiding the need to
create one manually via CodeReview.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to codeReview(CodeReview).
codeReview - a consumer that will call methods on CodeReview.BuildercodeReview(CodeReview)Copyright © 2023. All rights reserved.