Uses of Interface
software.amazon.awssdk.services.ec2.model.RegisterImageRequest.Builder
Packages that use RegisterImageRequest.Builder
Package
Description
-
Uses of RegisterImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type RegisterImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RegisterImageResponse>Ec2AsyncClient.registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest) Registers an AMI.default RegisterImageResponseEc2Client.registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest) Registers an AMI. -
Uses of RegisterImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RegisterImageRequest.BuilderModifier and TypeMethodDescriptionRegisterImageRequest.Builder.architecture(String architecture) The architecture of the AMI.RegisterImageRequest.Builder.architecture(ArchitectureValues architecture) The architecture of the AMI.RegisterImageRequest.Builder.billingProducts(String... billingProducts) The billing product codes.RegisterImageRequest.Builder.billingProducts(Collection<String> billingProducts) The billing product codes.RegisterImageRequest.Builder.blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) The block device mapping entries.RegisterImageRequest.Builder.blockDeviceMappings(Consumer<BlockDeviceMapping.Builder>... blockDeviceMappings) The block device mapping entries.RegisterImageRequest.Builder.blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) The block device mapping entries.The boot mode of the AMI.RegisterImageRequest.Builder.bootMode(BootModeValues bootMode) The boot mode of the AMI.static RegisterImageRequest.BuilderRegisterImageRequest.builder()RegisterImageRequest.Builder.description(String description) A description for your AMI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.RegisterImageRequest.Builder.enaSupport(Boolean enaSupport) Set totrueto enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.RegisterImageRequest.Builder.imageLocation(String imageLocation) The full path to your AMI manifest in Amazon S3 storage.RegisterImageRequest.Builder.imdsSupport(String imdsSupport) Set tov2.0to indicate that IMDSv2 is specified in the AMI.RegisterImageRequest.Builder.imdsSupport(ImdsSupportValues imdsSupport) Set tov2.0to indicate that IMDSv2 is specified in the AMI.The ID of the kernel.A name for your AMI.RegisterImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RegisterImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID of the RAM disk.RegisterImageRequest.Builder.rootDeviceName(String rootDeviceName) The device name of the root device volume (for example,/dev/sda1).RegisterImageRequest.Builder.sriovNetSupport(String sriovNetSupport) Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.RegisterImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the AMI.RegisterImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the AMI.RegisterImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the AMI.RegisterImageRequest.toBuilder()RegisterImageRequest.Builder.tpmSupport(String tpmSupport) Set tov2.0to enable Trusted Platform Module (TPM) support.RegisterImageRequest.Builder.tpmSupport(TpmSupportValues tpmSupport) Set tov2.0to enable Trusted Platform Module (TPM) support.Base64 representation of the non-volatile UEFI variable store.RegisterImageRequest.Builder.virtualizationType(String virtualizationType) The type of virtualization (hvm|paravirtual).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RegisterImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RegisterImageRequest.Builder>RegisterImageRequest.serializableBuilderClass()