ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
@Generated("software.amazon.awssdk:codegen") public class DiskImageDescription extends Object implements ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
Describes a disk image.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DiskImageDescription.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String checksum()
The checksum computed for the disk image.
public String format()
The disk image format.
DiskImageFormat
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
public static DiskImageDescription.Builder builder()
public static Class<? extends DiskImageDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.