Struct aws_sdk_ecr::model::image_identifier::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImageIdentifier
.
Implementations§
source§impl 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
.