Struct aws_sdk_ecr::model::image_identifier::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for ImageIdentifier
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn image_digest(self, input: impl Into<String>) -> Self
pub fn image_digest(self, input: impl Into<String>) -> Self
The sha256
digest of the image manifest.
sourcepub fn set_image_digest(self, input: Option<String>) -> Self
pub fn set_image_digest(self, input: Option<String>) -> Self
The sha256
digest of the image manifest.
sourcepub fn set_image_tag(self, input: Option<String>) -> Self
pub fn set_image_tag(self, input: Option<String>) -> Self
The tag used for the image.
sourcepub fn build(self) -> ImageIdentifier
pub fn build(self) -> ImageIdentifier
Consumes the builder and constructs a ImageIdentifier
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more