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