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