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