Struct aws_sdk_imagebuilder::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_build_version_arn(self, input: impl Into<String>) -> Self
pub fn image_build_version_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
sourcepub fn set_image_build_version_arn(self, input: Option<String>) -> Self
pub fn set_image_build_version_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
sourcepub fn build(self) -> Result<DeleteImageInput, BuildError>
pub fn build(self) -> Result<DeleteImageInput, BuildError>
Consumes the builder and constructs a DeleteImageInput
.