public static interface AcceleratorTotalMemoryMiB.Builder extends SdkPojo, CopyableBuilder<AcceleratorTotalMemoryMiB.Builder,AcceleratorTotalMemoryMiB>
Modifier and Type | Method and Description |
---|---|
AcceleratorTotalMemoryMiB.Builder |
max(Integer max)
The maximum amount of accelerator memory, in MiB.
|
AcceleratorTotalMemoryMiB.Builder |
min(Integer min)
The minimum amount of accelerator memory, in MiB.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AcceleratorTotalMemoryMiB.Builder min(Integer min)
The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.
min
- The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no
minimum limit.AcceleratorTotalMemoryMiB.Builder max(Integer max)
The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.
max
- The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no
maximum limit.Copyright © 2022. All rights reserved.