public static interface DiskImageDetail.Builder extends SdkPojo, CopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
Modifier and Type | Method and Description |
---|---|
DiskImageDetail.Builder |
bytes(Long bytes)
The size of the disk image, in GiB.
|
DiskImageDetail.Builder |
format(DiskImageFormat format)
The disk image format.
|
DiskImageDetail.Builder |
format(String format)
The disk image format.
|
DiskImageDetail.Builder |
importManifestUrl(String importManifestUrl)
A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DiskImageDetail.Builder bytes(Long bytes)
The size of the disk image, in GiB.
bytes
- The size of the disk image, in GiB.DiskImageDetail.Builder format(String format)
The disk image format.
format
- The disk image format.DiskImageFormat
,
DiskImageFormat
DiskImageDetail.Builder format(DiskImageFormat format)
The disk image format.
format
- The disk image format.DiskImageFormat
,
DiskImageFormat
DiskImageDetail.Builder importManifestUrl(String importManifestUrl)
A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. 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 and presented here as an Amazon S3
presigned URL. 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.
Copyright © 2022. All rights reserved.