Interface VolumeConfiguration.Builder

    • Method Detail

      • iops

        VolumeConfiguration.Builder iops​(Integer iops)

        The number of I/O operations per second for the root volume that is attached to streaming session.

        Parameters:
        iops - The number of I/O operations per second for the root volume that is attached to streaming session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        VolumeConfiguration.Builder size​(Integer size)

        The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

        Parameters:
        size - The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • throughput

        VolumeConfiguration.Builder throughput​(Integer throughput)

        The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

        Parameters:
        throughput - The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
        Returns:
        Returns a reference to this object so that method calls can be chained together.