pub struct Builder { /* private fields */ }Expand description
A builder for CreateCodeReviewOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_review(self, input: CodeReview) -> Self
pub fn code_review(self, input: CodeReview) -> Self
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
sourcepub fn set_code_review(self, input: Option<CodeReview>) -> Self
pub fn set_code_review(self, input: Option<CodeReview>) -> Self
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
sourcepub fn build(self) -> CreateCodeReviewOutput
pub fn build(self) -> CreateCodeReviewOutput
Consumes the builder and constructs a CreateCodeReviewOutput.