Struct aws_sdk_codeartifact::input::create_repository_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateRepositoryInput
Implementations
The name of the domain that contains the created repository.
The name of the domain that contains the created repository.
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
The name of the repository to create.
The name of the repository to create.
A description of the created repository.
A description of the created 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 tags
.
To override the contents of this collection use set_tags
.
One or more tag key-value pairs for the repository.
One or more tag key-value pairs for the repository.
Consumes the builder and constructs a CreateRepositoryInput
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