Interface AcceleratorTotalMemoryMiBRange.Builder

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

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

    • max

      The maximum amount of memory to use for the accelerator, measured in MiB.

      Parameters:
      max - The maximum amount of memory to use for the accelerator, measured in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • min

      The minimum amount of memory to use for the accelerator, measured in MiB.

      Parameters:
      min - The minimum amount of memory to use for the accelerator, measured in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.