Struct aws_sdk_ecr::input::batch_check_layer_availability_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchCheckLayerAvailabilityInput
Implementations
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
The name of the repository that is associated with the image layers to check.
The name of the repository that is associated with the image layers to check.
Appends an item to layer_digests.
To override the contents of this collection use set_layer_digests.
The digests of the image layers to check.
The digests of the image layers to check.
Consumes the builder and constructs a BatchCheckLayerAvailabilityInput
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
