Class GuestOsSoftwareComponentSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsSoftwareComponentSummary.Builder
-
- Enclosing class:
- GuestOsSoftwareComponentSummary
public static class GuestOsSoftwareComponentSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuestOsSoftwareComponentSummary
build()
GuestOsSoftwareComponentSummary.Builder
copy(GuestOsSoftwareComponentSummary model)
GuestOsSoftwareComponentSummary.Builder
sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.
-
-
-
Method Detail
-
sourceMajorVersion
public GuestOsSoftwareComponentSummary.Builder sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.Major Versions of Exadata Software are demarcated by the underlying Oracle Linux OS version. For more details, refer to Oracle document 2075007.1
- Parameters:
sourceMajorVersion
- the value to set- Returns:
- this builder
-
build
public GuestOsSoftwareComponentSummary build()
-
copy
public GuestOsSoftwareComponentSummary.Builder copy(GuestOsSoftwareComponentSummary model)
-
-