Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateImageRequest.Builder
Packages that use CreateImageRequest.Builder
Package
Description
-
Uses of CreateImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateImageResponse>Ec2AsyncClient.createImage(Consumer<CreateImageRequest.Builder> createImageRequest) Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.default CreateImageResponseEc2Client.createImage(Consumer<CreateImageRequest.Builder> createImageRequest) Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. -
Uses of CreateImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateImageRequest.BuilderModifier and TypeMethodDescriptionCreateImageRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mappings.CreateImageRequest.Builder.blockDeviceMappings(Consumer<BlockDeviceMapping.Builder>... blockDeviceMappings) The block device mappings.CreateImageRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mappings.static CreateImageRequest.BuilderCreateImageRequest.builder()CreateImageRequest.Builder.description(String description) A description for the new image.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateImageRequest.Builder.instanceId(String instanceId) The ID of the instance.A name for the new image.Indicates whether or not the instance should be automatically rebooted before creating the image.CreateImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateImageRequest.Builder.snapshotLocation(String snapshotLocation) CreateImageRequest.Builder.snapshotLocation(SnapshotLocationEnum snapshotLocation) CreateImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the AMI and snapshots on creation.CreateImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the AMI and snapshots on creation.CreateImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the AMI and snapshots on creation.CreateImageRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateImageRequest.Builder>CreateImageRequest.serializableBuilderClass()