public static class ImageOcpuConstraints.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageOcpuConstraints |
build() |
ImageOcpuConstraints.Builder |
copy(ImageOcpuConstraints model) |
ImageOcpuConstraints.Builder |
max(Integer max)
The maximum number of OCPUs supported for this image and shape.
|
ImageOcpuConstraints.Builder |
min(Integer min)
The minimum number of OCPUs supported for this image and shape.
|
public ImageOcpuConstraints.Builder min(Integer min)
The minimum number of OCPUs supported for this image and shape.
min
- the value to setpublic ImageOcpuConstraints.Builder max(Integer max)
The maximum number of OCPUs supported for this image and shape.
max
- the value to setpublic ImageOcpuConstraints build()
public ImageOcpuConstraints.Builder copy(ImageOcpuConstraints model)
Copyright © 2016–2024. All rights reserved.