Uses of Interface
software.amazon.awssdk.services.ec2.model.CopyFpgaImageRequest.Builder
-
Packages that use CopyFpgaImageRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of CopyFpgaImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CopyFpgaImageRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static CopyFpgaImageRequest.BuilderCopyFpgaImageRequest. builder()CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. description(String description)The description for the new AFI.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. name(String name)The name for the new AFI.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. sourceFpgaImageId(String sourceFpgaImageId)The ID of the source AFI.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest.Builder. sourceRegion(String sourceRegion)The Region that contains the source AFI.CopyFpgaImageRequest.BuilderCopyFpgaImageRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopyFpgaImageRequest.Builder Modifier and Type Method Description static Class<? extends CopyFpgaImageRequest.Builder>CopyFpgaImageRequest. serializableBuilderClass()
-