public static class ImageShapeCompatibilityEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageShapeCompatibilityEntry |
build() |
ImageShapeCompatibilityEntry.Builder |
copy(ImageShapeCompatibilityEntry model) |
ImageShapeCompatibilityEntry.Builder |
imageId(String imageId)
The image OCID.
|
ImageShapeCompatibilityEntry.Builder |
memoryConstraints(ImageMemoryConstraints memoryConstraints) |
ImageShapeCompatibilityEntry.Builder |
ocpuConstraints(ImageOcpuConstraints ocpuConstraints) |
ImageShapeCompatibilityEntry.Builder |
shape(String shape)
The shape name.
|
public ImageShapeCompatibilityEntry.Builder imageId(String imageId)
The image OCID.
imageId
- the value to setpublic ImageShapeCompatibilityEntry.Builder shape(String shape)
The shape name.
shape
- the value to setpublic ImageShapeCompatibilityEntry.Builder memoryConstraints(ImageMemoryConstraints memoryConstraints)
public ImageShapeCompatibilityEntry.Builder ocpuConstraints(ImageOcpuConstraints ocpuConstraints)
public ImageShapeCompatibilityEntry build()
public ImageShapeCompatibilityEntry.Builder copy(ImageShapeCompatibilityEntry model)
Copyright © 2016–2024. All rights reserved.