pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeCodeRepositoryInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_repository_name(self, input: impl Into<String>) -> Self
pub fn code_repository_name(self, input: impl Into<String>) -> Self
The name of the Git repository to describe.
sourcepub fn set_code_repository_name(self, input: Option<String>) -> Self
pub fn set_code_repository_name(self, input: Option<String>) -> Self
The name of the Git repository to describe.
sourcepub fn build(self) -> Result<DescribeCodeRepositoryInput, BuildError>
pub fn build(self) -> Result<DescribeCodeRepositoryInput, BuildError>
Consumes the builder and constructs a DescribeCodeRepositoryInput
.