public static interface FpgaInfo.Builder extends SdkPojo, CopyableBuilder<FpgaInfo.Builder,FpgaInfo>
| Modifier and Type | Method and Description |
|---|---|
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.Builder |
totalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFpgaInfo.Builder fpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
fpgas - Describes the FPGAs for the instance type.FpgaInfo.Builder fpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
fpgas - Describes the FPGAs for the instance type.FpgaInfo.Builder fpgas(Consumer<FpgaDeviceInfo.Builder>... fpgas)
Describes the FPGAs for the instance type.
This is a convenience method that creates an instance of theFpgaDeviceInfo.Builder avoiding the need to create one
manually via FpgaDeviceInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #fpgas(List.
fpgas - a consumer that will call methods on
FpgaDeviceInfo.Builder#fpgas(java.util.Collection) FpgaInfo.Builder totalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
totalFpgaMemoryInMiB - The total memory of all FPGA accelerators for the instance type.Copyright © 2022. All rights reserved.