ExportToS3TaskSpecification |
ExportToS3TaskSpecification.clone() |
|
ExportToS3TaskSpecification |
CreateInstanceExportTaskRequest.getExportToS3Task() |
The format and location for an instance export task.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat) |
The container format used to combine disk images with metadata (such as
OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(String containerFormat) |
The container format used to combine disk images with metadata (such as
OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withDiskImageFormat(DiskImageFormat diskImageFormat) |
The format for the exported image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withDiskImageFormat(String diskImageFormat) |
The format for the exported image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withS3Bucket(String s3Bucket) |
The S3 bucket for the destination image.
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withS3Prefix(String s3Prefix) |
The image is written to a single object in the S3 bucket at the S3 key
s3prefix + exportTaskId + '.' + diskImageFormat.
|