Struct aws_sdk_ec2::model::export_to_s3_task_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExportToS3TaskSpecification
Implementations
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
The format for the exported image.
The format for the exported image.
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant
WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com
.
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant
WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com
.
The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Consumes the builder and constructs a ExportToS3TaskSpecification
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