Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotDetail.Builder
Packages that use SnapshotDetail.Builder
-
Uses of SnapshotDetail.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotDetail.BuilderModifier and TypeMethodDescriptionstatic SnapshotDetail.BuilderSnapshotDetail.builder()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.The format of the disk image from which the snapshot is created.The percentage of progress for the task.SnapshotDetail.Builder.snapshotId(String snapshotId) The snapshot ID of the disk being imported.A brief status of the snapshot creation.SnapshotDetail.Builder.statusMessage(String statusMessage) A detailed status message for the snapshot creation.SnapshotDetail.toBuilder()The URL used to access the disk image.default SnapshotDetail.BuilderSnapshotDetail.Builder.userBucket(Consumer<UserBucketDetails.Builder> userBucket) The Amazon S3 bucket for the disk image.SnapshotDetail.Builder.userBucket(UserBucketDetails userBucket) The Amazon S3 bucket for the disk image.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotDetail.Builder>SnapshotDetail.serializableBuilderClass()