Struct aws_sdk_appstream::input::copy_image_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CopyImageInput
Implementations
The name of the image to copy.
The name of the image to copy.
The name that the image will have when it is copied to the destination.
The name that the image will have when it is copied to the destination.
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
The description that the image will have when it is copied to the destination.
The description that the image will have when it is copied to the destination.
Consumes the builder and constructs a CopyImageInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more