CopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>, SdkBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>public static interface SnapshotDiskContainer.Builder extends CopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>
| Modifier and Type | Method | Description |
|---|---|---|
SnapshotDiskContainer.Builder |
description(String description) |
The description of the disk image being imported.
|
SnapshotDiskContainer.Builder |
format(String format) |
The format of the disk image being imported.
|
SnapshotDiskContainer.Builder |
url(String url) |
The URL to the Amazon S3-based disk image being imported.
|
SnapshotDiskContainer.Builder |
userBucket(UserBucket userBucket) |
The S3 bucket for the disk image.
|
copyapply, buildSnapshotDiskContainer.Builder description(String description)
The description of the disk image being imported.
description - The description of the disk image being imported.SnapshotDiskContainer.Builder format(String format)
The format of the disk image being imported.
Valid values: RAW | VHD | VMDK | OVA
format - The format of the disk image being imported.
Valid values: RAW | VHD | VMDK | OVA
SnapshotDiskContainer.Builder url(String url)
The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).
url - The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or
an Amazon S3 URL (s3://..).SnapshotDiskContainer.Builder userBucket(UserBucket userBucket)
The S3 bucket for the disk image.
userBucket - The S3 bucket for the disk image.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.