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