Class GiSoftwareComponentSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.GiSoftwareComponentSummary.Builder
 
- 
- Enclosing class:
- GiSoftwareComponentSummary
 
 public static class GiSoftwareComponentSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GiSoftwareComponentSummarybuild()GiSoftwareComponentSummary.Buildercopy(GiSoftwareComponentSummary model)GiSoftwareComponentSummary.BuildersourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.
 
- 
- 
- 
Method Detail- 
sourceMajorVersionpublic 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
 
 - 
buildpublic GiSoftwareComponentSummary build() 
 - 
copypublic GiSoftwareComponentSummary.Builder copy(GiSoftwareComponentSummary model) 
 
- 
 
-