public static interface S3ExportConfiguration.Builder extends SdkPojo, CopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration.Builder |
diskImageFormat(DiskImageFormat diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration.Builder |
diskImageFormat(String diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration.Builder |
roleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your S3 bucket.
|
S3ExportConfiguration.Builder |
s3Bucket(String s3Bucket)
The S3 bucket in which to store the output disk images for your VM.
|
S3ExportConfiguration.Builder |
s3Prefix(String s3Prefix)
The Amazon S3 path for the bucket where the output disk images for your VM are stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ExportConfiguration.Builder roleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your S3 bucket.
roleName - The name of the role that grants VM Import/Export permission to export images to your S3 bucket.S3ExportConfiguration.Builder diskImageFormat(String diskImageFormat)
Export the updated image to one of the following supported disk image formats:
Virtual Hard Disk (VHD) – Compatible with Citrix Xen and Microsoft Hyper-V virtualization products.
Stream-optimized ESX Virtual Machine Disk (VMDK) – Compatible with VMware ESX and VMware vSphere versions 4, 5, and 6.
Raw – Raw format.
diskImageFormat - Export the updated image to one of the following supported disk image formats:
Virtual Hard Disk (VHD) – Compatible with Citrix Xen and Microsoft Hyper-V virtualization products.
Stream-optimized ESX Virtual Machine Disk (VMDK) – Compatible with VMware ESX and VMware vSphere versions 4, 5, and 6.
Raw – Raw format.
DiskImageFormat,
DiskImageFormatS3ExportConfiguration.Builder diskImageFormat(DiskImageFormat diskImageFormat)
Export the updated image to one of the following supported disk image formats:
Virtual Hard Disk (VHD) – Compatible with Citrix Xen and Microsoft Hyper-V virtualization products.
Stream-optimized ESX Virtual Machine Disk (VMDK) – Compatible with VMware ESX and VMware vSphere versions 4, 5, and 6.
Raw – Raw format.
diskImageFormat - Export the updated image to one of the following supported disk image formats:
Virtual Hard Disk (VHD) – Compatible with Citrix Xen and Microsoft Hyper-V virtualization products.
Stream-optimized ESX Virtual Machine Disk (VMDK) – Compatible with VMware ESX and VMware vSphere versions 4, 5, and 6.
Raw – Raw format.
DiskImageFormat,
DiskImageFormatS3ExportConfiguration.Builder s3Bucket(String s3Bucket)
The S3 bucket in which to store the output disk images for your VM.
s3Bucket - The S3 bucket in which to store the output disk images for your VM.S3ExportConfiguration.Builder s3Prefix(String s3Prefix)
The Amazon S3 path for the bucket where the output disk images for your VM are stored.
s3Prefix - The Amazon S3 path for the bucket where the output disk images for your VM are stored.Copyright © 2022. All rights reserved.