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