Struct aws_sdk_sagemaker::output::update_image_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateImageOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_image_arn(self, input: Option<String>) -> Self
pub fn set_image_arn(self, input: Option<String>) -> Self
The ARN of the image.
sourcepub fn build(self) -> UpdateImageOutput
pub fn build(self) -> UpdateImageOutput
Consumes the builder and constructs a UpdateImageOutput
.