Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaInfo.Builder
Packages that use FpgaInfo.Builder
-
Uses of FpgaInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaInfo.BuilderModifier and TypeMethodDescriptionstatic FpgaInfo.BuilderFpgaInfo.builder()FpgaInfo.Builder.fpgas(Collection<FpgaDeviceInfo> fpgas) Describes the FPGAs for the instance type.FpgaInfo.Builder.fpgas(Consumer<FpgaDeviceInfo.Builder>... fpgas) Describes the FPGAs for the instance type.FpgaInfo.Builder.fpgas(FpgaDeviceInfo... fpgas) Describes the FPGAs for the instance type.FpgaInfo.toBuilder()FpgaInfo.Builder.totalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB) The total memory of all FPGA accelerators for the instance type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FpgaInfo.Builder>FpgaInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.fpgaInfo(Consumer<FpgaInfo.Builder> fpgaInfo) Describes the FPGA accelerator settings for the instance type.