Interface FpgaDeviceMemoryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FpgaDeviceMemoryInfo.Builder,FpgaDeviceMemoryInfo>, SdkBuilder<FpgaDeviceMemoryInfo.Builder,FpgaDeviceMemoryInfo>, SdkPojo
Enclosing class:
FpgaDeviceMemoryInfo

public static interface FpgaDeviceMemoryInfo.Builder extends SdkPojo, CopyableBuilder<FpgaDeviceMemoryInfo.Builder,FpgaDeviceMemoryInfo>
  • Method Details

    • sizeInMiB

      FpgaDeviceMemoryInfo.Builder sizeInMiB(Integer sizeInMiB)

      The size of the memory available to the FPGA accelerator, in MiB.

      Parameters:
      sizeInMiB - The size of the memory available to the FPGA accelerator, in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.