Struct aws_sdk_ec2::output::create_image_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateImageOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_image_id(self, input: Option<String>) -> Self
pub fn set_image_id(self, input: Option<String>) -> Self
The ID of the new AMI.
sourcepub fn build(self) -> CreateImageOutput
pub fn build(self) -> CreateImageOutput
Consumes the builder and constructs a CreateImageOutput
.