| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FpgaDeviceInfo.Builder |
FpgaDeviceInfo.builder() |
FpgaDeviceInfo.Builder |
FpgaDeviceInfo.Builder.count(Integer count)
The count of FPGA accelerators for the instance type.
|
FpgaDeviceInfo.Builder |
FpgaDeviceInfo.Builder.manufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
|
default FpgaDeviceInfo.Builder |
FpgaDeviceInfo.Builder.memoryInfo(Consumer<FpgaDeviceMemoryInfo.Builder> memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
|
FpgaDeviceInfo.Builder |
FpgaDeviceInfo.Builder.memoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
|
FpgaDeviceInfo.Builder |
FpgaDeviceInfo.Builder.name(String name)
The name of the FPGA accelerator.
|
FpgaDeviceInfo.Builder |
FpgaDeviceInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FpgaDeviceInfo.Builder> |
FpgaDeviceInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.