Interface MediaAcceleratorInfo.Builder

    • Method Detail

      • accelerators

        MediaAcceleratorInfo.Builder accelerators​(Collection<MediaDeviceInfo> accelerators)

        Describes the media accelerators for the instance type.

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

        MediaAcceleratorInfo.Builder accelerators​(MediaDeviceInfo... accelerators)

        Describes the media accelerators for the instance type.

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

        MediaAcceleratorInfo.Builder totalMediaMemoryInMiB​(Integer totalMediaMemoryInMiB)

        The total size of the memory for the media accelerators for the instance type, in MiB.

        Parameters:
        totalMediaMemoryInMiB - The total size of the memory for the media accelerators for the instance type, in MiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.