ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
@Generated("software.amazon.awssdk:codegen") public class DiskImageDetail extends Object implements ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
Describes a disk image.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DiskImageDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DiskImageDetail.Builder |
builder() |
|
Long |
bytes() |
The size of the disk image, in GiB.
|
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 and presented here as an Amazon S3 presigned URL.
|
static Class<? extends DiskImageDetail.Builder> |
serializableBuilderClass() |
|
DiskImageDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Long bytes()
The size of the disk image, in GiB.
public String format()
The disk image format.
DiskImageFormat
public 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.
For information about the import manifest referenced by this API action, see VM Import Manifest.
public DiskImageDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
public static DiskImageDetail.Builder builder()
public static Class<? extends DiskImageDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.