public static class DesktopImage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DesktopImage |
build() |
DesktopImage.Builder |
copy(DesktopImage model) |
DesktopImage.Builder |
imageId(String imageId)
The OCID of the desktop image.
|
DesktopImage.Builder |
imageName(String imageName)
The name of the desktop image.
|
DesktopImage.Builder |
operatingSystem(String operatingSystem)
The operating system of the desktop image, e.g.
|
public DesktopImage.Builder imageId(String imageId)
The OCID of the desktop image.
imageId
- the value to setpublic DesktopImage.Builder imageName(String imageName)
The name of the desktop image.
imageName
- the value to setpublic DesktopImage.Builder operatingSystem(String operatingSystem)
The operating system of the desktop image, e.g. “Oracle Linux”, “Windows”.
operatingSystem
- the value to setpublic DesktopImage build()
public DesktopImage.Builder copy(DesktopImage model)
Copyright © 2016–2024. All rights reserved.