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