public static class ImageMemoryConstraints.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageMemoryConstraints |
build() |
ImageMemoryConstraints.Builder |
copy(ImageMemoryConstraints model) |
ImageMemoryConstraints.Builder |
maxInGBs(Integer maxInGBs)
The maximum amount of memory, in gigabytes.
|
ImageMemoryConstraints.Builder |
minInGBs(Integer minInGBs)
The minimum amount of memory, in gigabytes.
|
public ImageMemoryConstraints.Builder minInGBs(Integer minInGBs)
The minimum amount of memory, in gigabytes.
minInGBs
- the value to setpublic ImageMemoryConstraints.Builder maxInGBs(Integer maxInGBs)
The maximum amount of memory, in gigabytes.
maxInGBs
- the value to setpublic ImageMemoryConstraints build()
public ImageMemoryConstraints.Builder copy(ImageMemoryConstraints model)
Copyright © 2016–2024. All rights reserved.