Struct aws_sdk_ecrpublic::input::batch_delete_image_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchDeleteImageInput
Implementations
The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
The repository in a public registry that contains the image to delete.
The repository in a public registry that contains the image to delete.
Appends an item to image_ids.
To override the contents of this collection use set_image_ids.
A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
Consumes the builder and constructs a BatchDeleteImageInput
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
