| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotTaskDetail.Builder |
SnapshotTaskDetail.builder() |
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.description(String description)
The description of the snapshot.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.diskImageSize(Double diskImageSize)
The size of the disk in the snapshot, in GiB.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.encrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.format(String format)
The format of the disk image from which the snapshot is created.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.kmsKeyId(String kmsKeyId)
The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create
the encrypted snapshot.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.progress(String progress)
The percentage of completion for the import snapshot task.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.snapshotId(String snapshotId)
The snapshot ID of the disk being imported.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.status(String status)
A brief status for the import snapshot task.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.statusMessage(String statusMessage)
A detailed status message for the import snapshot task.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.toBuilder() |
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.url(String url)
The URL of the disk image from which the snapshot is created.
|
default SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.userBucket(Consumer<UserBucketDetails.Builder> userBucket)
The Amazon S3 bucket for the disk image.
|
SnapshotTaskDetail.Builder |
SnapshotTaskDetail.Builder.userBucket(UserBucketDetails userBucket)
The Amazon S3 bucket for the disk image.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotTaskDetail.Builder> |
SnapshotTaskDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportSnapshotResponse.Builder |
ImportSnapshotResponse.Builder.snapshotTaskDetail(Consumer<SnapshotTaskDetail.Builder> snapshotTaskDetail)
Information about the import snapshot task.
|
default ImportSnapshotTask.Builder |
ImportSnapshotTask.Builder.snapshotTaskDetail(Consumer<SnapshotTaskDetail.Builder> snapshotTaskDetail)
Describes an import snapshot task.
|
Copyright © 2020. All rights reserved.