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