public static interface DiskImageDescription.Builder extends SdkPojo, CopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
Modifier and Type | Method and Description |
---|---|
DiskImageDescription.Builder |
checksum(String checksum)
The checksum computed for the disk image.
|
DiskImageDescription.Builder |
format(DiskImageFormat format)
The disk image format.
|
DiskImageDescription.Builder |
format(String format)
The disk image format.
|
DiskImageDescription.Builder |
importManifestUrl(String importManifestUrl)
A presigned URL for the import manifest stored in Amazon S3.
|
DiskImageDescription.Builder |
size(Long size)
The size of the disk image, in GiB.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DiskImageDescription.Builder checksum(String checksum)
The checksum computed for the disk image.
checksum
- The checksum computed for the disk image.DiskImageDescription.Builder format(String format)
The disk image format.
format
- The disk image format.DiskImageFormat
,
DiskImageFormat
DiskImageDescription.Builder format(DiskImageFormat format)
The disk image format.
format
- The disk image format.DiskImageFormat
,
DiskImageFormat
DiskImageDescription.Builder importManifestUrl(String importManifestUrl)
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
importManifestUrl
- A presigned URL for the import manifest stored in Amazon S3. For information about creating a
presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative"
section of the Authenticating REST
Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
DiskImageDescription.Builder size(Long size)
The size of the disk image, in GiB.
size
- The size of the disk image, in GiB.Copyright © 2019. All rights reserved.