Interface VolumeConfiguration.Builder

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

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

    • 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

      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.