pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeRepositoryOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository(self, input: RepositoryDescription) -> Self
pub fn repository(self, input: RepositoryDescription) -> Self
A RepositoryDescription
object that contains the requested repository information.
sourcepub fn set_repository(self, input: Option<RepositoryDescription>) -> Self
pub fn set_repository(self, input: Option<RepositoryDescription>) -> Self
A RepositoryDescription
object that contains the requested repository information.
sourcepub fn build(self) -> DescribeRepositoryOutput
pub fn build(self) -> DescribeRepositoryOutput
Consumes the builder and constructs a DescribeRepositoryOutput
.