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, sdkFields
copy
applyMutation, build
FpgaInfo.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 that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #fpgas(List)
.fpgas
- a consumer that will call methods on List.Builder
#fpgas(List)
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 © 2021. All rights reserved.