Struct aws_sdk_ecrpublic::model::repository::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Repository
Implementations
The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
The AWS account ID associated with the public registry that contains the repository.
The AWS account ID associated with the public registry that contains the repository.
The name of the repository.
The name of the repository.
The URI for the repository. You can use this URI for container image push and pull operations.
The URI for the repository. You can use this URI for container image push and pull operations.
The date and time, in JavaScript date format, when the repository was created.
The date and time, in JavaScript date format, when the repository was created.
Consumes the builder and constructs a Repository
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