@Generated(value="software.amazon.awssdk:codegen") public class DiskImageDescription extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
Describes a disk image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DiskImageDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DiskImageDescription.Builder |
builder() |
String |
checksum()
The checksum computed for the disk image.
|
boolean |
equals(Object obj) |
String |
format()
The disk image format.
|
int |
hashCode() |
String |
importManifestUrl()
A presigned URL for the import manifest stored in Amazon S3.
|
static Class<? extends DiskImageDescription.Builder> |
serializableBuilderClass() |
Long |
size()
The size of the disk image, in GiB.
|
DiskImageDescription.Builder |
toBuilder() |
String |
toString() |
public String checksum()
The checksum computed for the disk image.
public String format()
The disk image format.
DiskImageFormatpublic 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.
For information about the import manifest referenced by this API action, see VM Import Manifest.
public Long size()
The size of the disk image, in GiB.
public DiskImageDescription.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>public static DiskImageDescription.Builder builder()
public static Class<? extends DiskImageDescription.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.