Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaDeviceMemoryInfo.Builder
-
Packages that use FpgaDeviceMemoryInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FpgaDeviceMemoryInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaDeviceMemoryInfo.Builder Modifier and Type Method Description static FpgaDeviceMemoryInfo.BuilderFpgaDeviceMemoryInfo. builder()FpgaDeviceMemoryInfo.BuilderFpgaDeviceMemoryInfo.Builder. sizeInMiB(Integer sizeInMiB)The size of the memory available to the FPGA accelerator, in MiB.FpgaDeviceMemoryInfo.BuilderFpgaDeviceMemoryInfo. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaDeviceMemoryInfo.Builder Modifier and Type Method Description static Class<? extends FpgaDeviceMemoryInfo.Builder>FpgaDeviceMemoryInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaDeviceMemoryInfo.Builder Modifier and Type Method Description default FpgaDeviceInfo.BuilderFpgaDeviceInfo.Builder. memoryInfo(Consumer<FpgaDeviceMemoryInfo.Builder> memoryInfo)Describes the memory for the FPGA accelerator for the instance type.
-