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