pub struct Builder { /* private fields */ }Expand description
A builder for DescribeCodeReviewInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_review_arn(self, input: impl Into<String>) -> Self
pub fn code_review_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the CodeReview object.
sourcepub fn set_code_review_arn(self, input: Option<String>) -> Self
pub fn set_code_review_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the CodeReview object.
sourcepub fn build(self) -> Result<DescribeCodeReviewInput, BuildError>
pub fn build(self) -> Result<DescribeCodeReviewInput, BuildError>
Consumes the builder and constructs a DescribeCodeReviewInput.