Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateFpgaImageRequest.Builder
Packages that use CreateFpgaImageRequest.Builder
Package
Description
-
Uses of CreateFpgaImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateFpgaImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFpgaImageResponse>Ec2AsyncClient.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest) Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).default CreateFpgaImageResponseEc2Client.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest) Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). -
Uses of CreateFpgaImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateFpgaImageRequest.BuilderModifier and TypeMethodDescriptionCreateFpgaImageRequest.builder()CreateFpgaImageRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateFpgaImageRequest.Builder.description(String description) A description for the AFI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.default CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder.inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation) The location of the encrypted design checkpoint in Amazon S3.CreateFpgaImageRequest.Builder.inputStorageLocation(StorageLocation inputStorageLocation) The location of the encrypted design checkpoint in Amazon S3.default CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder.logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation) The location in Amazon S3 for the output logs.CreateFpgaImageRequest.Builder.logsStorageLocation(StorageLocation logsStorageLocation) The location in Amazon S3 for the output logs.A name for the AFI.CreateFpgaImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFpgaImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateFpgaImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the FPGA image during creation.CreateFpgaImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the FPGA image during creation.CreateFpgaImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the FPGA image during creation.CreateFpgaImageRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFpgaImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFpgaImageRequest.Builder>CreateFpgaImageRequest.serializableBuilderClass()