Interface FpgaInfo.Builder

    • Method Detail

      • fpgas

        FpgaInfo.Builder fpgas​(Collection<FpgaDeviceInfo> fpgas)

        Describes the FPGAs for the instance type.

        Parameters:
        fpgas - Describes the FPGAs for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fpgas

        FpgaInfo.Builder fpgas​(FpgaDeviceInfo... fpgas)

        Describes the FPGAs for the instance type.

        Parameters:
        fpgas - Describes the FPGAs for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalFpgaMemoryInMiB

        FpgaInfo.Builder totalFpgaMemoryInMiB​(Integer totalFpgaMemoryInMiB)

        The total memory of all FPGA accelerators for the instance type.

        Parameters:
        totalFpgaMemoryInMiB - The total memory of all FPGA accelerators for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.