Struct aws_sdk_codeartifact::model::repository_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RepositoryDescription
Implementations
The 12-digit account number of the AWS account that manages the repository.
The 12-digit account number of the AWS account that manages the repository.
The name of the domain that contains the repository.
The name of the domain that contains the repository.
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
The Amazon Resource Name (ARN) of the repository.
The Amazon Resource Name (ARN) of the repository.
A text description of the repository.
A text description of the repository.
Appends an item to upstreams
.
To override the contents of this collection use set_upstreams
.
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
Appends an item to external_connections
.
To override the contents of this collection use set_external_connections
.
An array of external connections associated with the repository.
pub fn set_external_connections(
self,
input: Option<Vec<RepositoryExternalConnectionInfo>>
) -> Self
pub fn set_external_connections(
self,
input: Option<Vec<RepositoryExternalConnectionInfo>>
) -> Self
An array of external connections associated with the repository.
Consumes the builder and constructs a RepositoryDescription
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more