Struct aws_sdk_emrserverless::model::image_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImageConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_image_uri(self, input: Option<String>) -> Self
pub fn set_image_uri(self, input: Option<String>) -> Self
The image URI.
sourcepub fn resolved_image_digest(self, input: impl Into<String>) -> Self
pub fn resolved_image_digest(self, input: impl Into<String>) -> Self
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
sourcepub fn set_resolved_image_digest(self, input: Option<String>) -> Self
pub fn set_resolved_image_digest(self, input: Option<String>) -> Self
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
sourcepub fn build(self) -> ImageConfiguration
pub fn build(self) -> ImageConfiguration
Consumes the builder and constructs a ImageConfiguration
.