| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FpgaInfo.Builder |
FpgaInfo.builder() |
FpgaInfo.Builder |
FpgaInfo.Builder.fpgas(Collection<FpgaDeviceInfo> fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo.Builder |
FpgaInfo.Builder.fpgas(Consumer<FpgaDeviceInfo.Builder>... fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo.Builder |
FpgaInfo.Builder.fpgas(FpgaDeviceInfo... fpgas)
Describes the FPGAs for the instance type.
|
FpgaInfo.Builder |
FpgaInfo.toBuilder() |
FpgaInfo.Builder |
FpgaInfo.Builder.totalFpgaMemoryInMiB(Integer totalFpgaMemoryInMiB)
The total memory of all FPGA accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FpgaInfo.Builder> |
FpgaInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.fpgaInfo(Consumer<FpgaInfo.Builder> fpgaInfo)
Describes the FPGA accelerator settings for the instance type.
|
Copyright © 2022. All rights reserved.