pub struct Builder { /* private fields */ }
Expand description
A builder for ImageConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn image_uri(self, input: impl Into<String>) -> Self
pub fn image_uri(self, input: impl Into<String>) -> Self
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
sourcepub fn set_image_uri(self, input: Option<String>) -> Self
pub fn set_image_uri(self, input: Option<String>) -> Self
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
sourcepub fn build(self) -> ImageConfigurationInput
pub fn build(self) -> ImageConfigurationInput
Consumes the builder and constructs a ImageConfigurationInput
.