Struct aws_sdk_codeartifact::model::domain_entry_point::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DomainEntryPoint.
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 the repository that a package was originally published to.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository that a package was originally published to.
sourcepub fn external_connection_name(self, input: impl Into<String>) -> Self
pub fn external_connection_name(self, input: impl Into<String>) -> Self
The name of the external connection that a package was ingested from.
sourcepub fn set_external_connection_name(self, input: Option<String>) -> Self
pub fn set_external_connection_name(self, input: Option<String>) -> Self
The name of the external connection that a package was ingested from.
sourcepub fn build(self) -> DomainEntryPoint
pub fn build(self) -> DomainEntryPoint
Consumes the builder and constructs a DomainEntryPoint.