CopyableBuilder<ExportToS3TaskSpecification.Builder,ExportToS3TaskSpecification>, SdkBuilder<ExportToS3TaskSpecification.Builder,ExportToS3TaskSpecification>public static interface ExportToS3TaskSpecification.Builder extends CopyableBuilder<ExportToS3TaskSpecification.Builder,ExportToS3TaskSpecification>
| Modifier and Type | Method | Description |
|---|---|---|
ExportToS3TaskSpecification.Builder |
containerFormat(String containerFormat) |
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification.Builder |
containerFormat(ContainerFormat containerFormat) |
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification.Builder |
diskImageFormat(String diskImageFormat) |
The format for the exported image.
|
ExportToS3TaskSpecification.Builder |
diskImageFormat(DiskImageFormat diskImageFormat) |
The format for the exported image.
|
ExportToS3TaskSpecification.Builder |
s3Bucket(String s3Bucket) |
The S3 bucket for the destination image.
|
ExportToS3TaskSpecification.Builder |
s3Prefix(String s3Prefix) |
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' +
diskImageFormat.
|
copyapply, buildExportToS3TaskSpecification.Builder containerFormat(String containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat - The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormatExportToS3TaskSpecification.Builder containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
containerFormat - The container format used to combine disk images with metadata (such as OVF). If absent, only the disk
image is exported.ContainerFormatExportToS3TaskSpecification.Builder diskImageFormat(String diskImageFormat)
The format for the exported image.
diskImageFormat - The format for the exported image.DiskImageFormatExportToS3TaskSpecification.Builder diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
diskImageFormat - The format for the exported image.DiskImageFormatExportToS3TaskSpecification.Builder s3Bucket(String s3Bucket)
The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP
permissions to the AWS account vm-import-export@amazon.com.
s3Bucket - The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and
READ_ACP permissions to the AWS account vm-import-export@amazon.com.ExportToS3TaskSpecification.Builder s3Prefix(String s3Prefix)
The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
s3Prefix - The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' +
diskImageFormat.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.