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