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