Class GiSoftwareComponentSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GiSoftwareComponentSummary.Builder
-
- Enclosing class:
- GiSoftwareComponentSummary
public static class GiSoftwareComponentSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GiSoftwareComponentSummary
build()
GiSoftwareComponentSummary.Builder
copy(GiSoftwareComponentSummary model)
GiSoftwareComponentSummary.Builder
sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.
-
-
-
Method Detail
-
sourceMajorVersion
public GiSoftwareComponentSummary.Builder sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- Parameters:
sourceMajorVersion
- the value to set- Returns:
- this builder
-
build
public GiSoftwareComponentSummary build()
-
copy
public GiSoftwareComponentSummary.Builder copy(GiSoftwareComponentSummary model)
-
-