Uses of Interface
software.amazon.awssdk.services.ec2.model.SnapshotDiskContainer.Builder
Packages that use SnapshotDiskContainer.Builder
-
Uses of SnapshotDiskContainer.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotDiskContainer.BuilderModifier and TypeMethodDescriptionSnapshotDiskContainer.builder()SnapshotDiskContainer.Builder.description(String description) The description of the disk image being imported.The format of the disk image being imported.SnapshotDiskContainer.toBuilder()The URL to the Amazon S3-based disk image being imported.default SnapshotDiskContainer.BuilderSnapshotDiskContainer.Builder.userBucket(Consumer<UserBucket.Builder> userBucket) The Amazon S3 bucket for the disk image.SnapshotDiskContainer.Builder.userBucket(UserBucket userBucket) The Amazon S3 bucket for the disk image.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotDiskContainer.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SnapshotDiskContainer.Builder>SnapshotDiskContainer.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SnapshotDiskContainer.BuilderModifier and TypeMethodDescriptiondefault ImportSnapshotRequest.BuilderImportSnapshotRequest.Builder.diskContainer(Consumer<SnapshotDiskContainer.Builder> diskContainer) Information about the disk container.