Struct aws_sdk_sagemaker::input::delete_image_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteImageInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn image_name(self, input: impl Into<String>) -> Self
pub fn image_name(self, input: impl Into<String>) -> Self
The name of the image to delete.
sourcepub fn set_image_name(self, input: Option<String>) -> Self
pub fn set_image_name(self, input: Option<String>) -> Self
The name of the image to delete.
sourcepub fn build(self) -> Result<DeleteImageInput, BuildError>
pub fn build(self) -> Result<DeleteImageInput, BuildError>
Consumes the builder and constructs a DeleteImageInput
.