Uses of Interface
software.amazon.awssdk.services.codegurureviewer.model.CreateCodeReviewResponse.Builder
-
Packages that use CreateCodeReviewResponse.Builder Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of CreateCodeReviewResponse.Builder in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return CreateCodeReviewResponse.Builder Modifier and Type Method Description static CreateCodeReviewResponse.BuilderCreateCodeReviewResponse. builder()default CreateCodeReviewResponse.BuilderCreateCodeReviewResponse.Builder. codeReview(Consumer<CodeReview.Builder> codeReview)Sets the value of the CodeReview property for this object.CreateCodeReviewResponse.BuilderCreateCodeReviewResponse.Builder. codeReview(CodeReview codeReview)Sets the value of the CodeReview property for this object.CreateCodeReviewResponse.BuilderCreateCodeReviewResponse. toBuilder()Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type CreateCodeReviewResponse.Builder Modifier and Type Method Description static Class<? extends CreateCodeReviewResponse.Builder>CreateCodeReviewResponse. serializableBuilderClass()
-