Struct aws_sdk_imagebuilder::input::get_image_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetImageInput
.
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 that you want to retrieve.
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 that you want to retrieve.
sourcepub fn build(self) -> Result<GetImageInput, BuildError>
pub fn build(self) -> Result<GetImageInput, BuildError>
Consumes the builder and constructs a GetImageInput
.