Struct aws_sdk_codeartifact::model::upstream_repository::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpstreamRepository
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of an upstream repository.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of an upstream repository.
sourcepub fn build(self) -> UpstreamRepository
pub fn build(self) -> UpstreamRepository
Consumes the builder and constructs a UpstreamRepository
.