CopyableBuilder<ExportToS3Task.Builder,ExportToS3Task>
, SdkBuilder<ExportToS3Task.Builder,ExportToS3Task>
public static interface ExportToS3Task.Builder extends CopyableBuilder<ExportToS3Task.Builder,ExportToS3Task>
Modifier and Type | Method | Description |
---|---|---|
ExportToS3Task.Builder |
containerFormat(String containerFormat) |
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
containerFormat(ContainerFormat containerFormat) |
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
diskImageFormat(String diskImageFormat) |
The format for the exported image.
|
ExportToS3Task.Builder |
diskImageFormat(DiskImageFormat diskImageFormat) |
The format for the exported image.
|
ExportToS3Task.Builder |
s3Bucket(String s3Bucket) |
The S3 bucket for the destination image.
|
ExportToS3Task.Builder |
s3Key(String s3Key) |
The encryption key for your S3 bucket.
|
copy
apply, build
ExportToS3Task.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.ContainerFormat
ExportToS3Task.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.ContainerFormat
ExportToS3Task.Builder diskImageFormat(String diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
ExportToS3Task.Builder diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
diskImageFormat
- The format for the exported image.DiskImageFormat
ExportToS3Task.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
.ExportToS3Task.Builder s3Key(String s3Key)
The encryption key for your S3 bucket.
s3Key
- The encryption key for your S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.