Uses of Interface
software.amazon.awssdk.services.ec2.model.CopyFpgaImageRequest.Builder
Packages that use CopyFpgaImageRequest.Builder
Package
Description
-
Uses of CopyFpgaImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CopyFpgaImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CopyFpgaImageResponse>Ec2AsyncClient.copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest) Copies the specified Amazon FPGA Image (AFI) to the current Region.default CopyFpgaImageResponseEc2Client.copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest) Copies the specified Amazon FPGA Image (AFI) to the current Region. -
Uses of CopyFpgaImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CopyFpgaImageRequest.BuilderModifier and TypeMethodDescriptionstatic CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.builder()CopyFpgaImageRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CopyFpgaImageRequest.Builder.description(String description) The description for the new AFI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The name for the new AFI.CopyFpgaImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyFpgaImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopyFpgaImageRequest.Builder.sourceFpgaImageId(String sourceFpgaImageId) The ID of the source AFI.CopyFpgaImageRequest.Builder.sourceRegion(String sourceRegion) The Region that contains the source AFI.CopyFpgaImageRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopyFpgaImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyFpgaImageRequest.Builder>CopyFpgaImageRequest.serializableBuilderClass()