Struct aws_sdk_appstream::output::copy_image_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CopyImageOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn destination_image_name(self, input: impl Into<String>) -> Self
pub fn destination_image_name(self, input: impl Into<String>) -> Self
The name of the destination image.
sourcepub fn set_destination_image_name(self, input: Option<String>) -> Self
pub fn set_destination_image_name(self, input: Option<String>) -> Self
The name of the destination image.
sourcepub fn build(self) -> CopyImageOutput
pub fn build(self) -> CopyImageOutput
Consumes the builder and constructs a CopyImageOutput.