Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotTaskDetail.Builder
Packages that use SnapshotTaskDetail.Builder
-
Uses of SnapshotTaskDetail.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotTaskDetail.BuilderModifier and TypeMethodDescriptionstatic SnapshotTaskDetail.BuilderSnapshotTaskDetail.builder()SnapshotTaskDetail.Builder.description(String description) The description of the disk image being imported.SnapshotTaskDetail.Builder.diskImageSize(Double diskImageSize) The size of the disk in the snapshot, in GiB.Indicates whether the snapshot is encrypted.The format of the disk image from which the snapshot is created.The identifier for the KMS key that was used to create the encrypted snapshot.The percentage of completion for the import snapshot task.SnapshotTaskDetail.Builder.snapshotId(String snapshotId) The snapshot ID of the disk being imported.A brief status for the import snapshot task.SnapshotTaskDetail.Builder.statusMessage(String statusMessage) A detailed status message for the import snapshot task.SnapshotTaskDetail.toBuilder()The URL of the disk image from which the snapshot is created.default SnapshotTaskDetail.BuilderSnapshotTaskDetail.Builder.userBucket(Consumer<UserBucketDetails.Builder> userBucket) The Amazon S3 bucket for the disk image.SnapshotTaskDetail.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 SnapshotTaskDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotTaskDetail.Builder>SnapshotTaskDetail.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotTaskDetail.BuilderModifier and TypeMethodDescriptiondefault ImportSnapshotResponse.BuilderImportSnapshotResponse.Builder.snapshotTaskDetail(Consumer<SnapshotTaskDetail.Builder> snapshotTaskDetail) Information about the import snapshot task.default ImportSnapshotTask.BuilderImportSnapshotTask.Builder.snapshotTaskDetail(Consumer<SnapshotTaskDetail.Builder> snapshotTaskDetail) Describes an import snapshot task.