public static interface SnapshotDetail.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SnapshotDetail.Builder,SnapshotDetail>
| Modifier and Type | Method and Description |
|---|---|
SnapshotDetail.Builder |
description(String description)
A description for the snapshot.
|
SnapshotDetail.Builder |
deviceName(String deviceName)
The block device mapping for the snapshot.
|
SnapshotDetail.Builder |
diskImageSize(Double diskImageSize)
The size of the disk in the snapshot, in GiB.
|
SnapshotDetail.Builder |
format(String format)
The format of the disk image from which the snapshot is created.
|
SnapshotDetail.Builder |
progress(String progress)
The percentage of progress for the task.
|
SnapshotDetail.Builder |
snapshotId(String snapshotId)
The snapshot ID of the disk being imported.
|
SnapshotDetail.Builder |
status(String status)
A brief status of the snapshot creation.
|
SnapshotDetail.Builder |
statusMessage(String statusMessage)
A detailed status message for the snapshot creation.
|
SnapshotDetail.Builder |
url(String url)
The URL used to access the disk image.
|
SnapshotDetail.Builder |
userBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
SnapshotDetail.Builder description(String description)
A description for the snapshot.
description - A description for the snapshot.SnapshotDetail.Builder deviceName(String deviceName)
The block device mapping for the snapshot.
deviceName - The block device mapping for the snapshot.SnapshotDetail.Builder diskImageSize(Double diskImageSize)
The size of the disk in the snapshot, in GiB.
diskImageSize - The size of the disk in the snapshot, in GiB.SnapshotDetail.Builder format(String format)
The format of the disk image from which the snapshot is created.
format - The format of the disk image from which the snapshot is created.SnapshotDetail.Builder progress(String progress)
The percentage of progress for the task.
progress - The percentage of progress for the task.SnapshotDetail.Builder snapshotId(String snapshotId)
The snapshot ID of the disk being imported.
snapshotId - The snapshot ID of the disk being imported.SnapshotDetail.Builder status(String status)
A brief status of the snapshot creation.
status - A brief status of the snapshot creation.SnapshotDetail.Builder statusMessage(String statusMessage)
A detailed status message for the snapshot creation.
statusMessage - A detailed status message for the snapshot creation.SnapshotDetail.Builder url(String url)
The URL used to access the disk image.
url - The URL used to access the disk image.SnapshotDetail.Builder userBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
userBucket - The S3 bucket for the disk image.Copyright © 2017. All rights reserved.