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