Class GuestOsDiscoveryResults.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsDiscoveryResults.Builder
-
- Enclosing class:
- GuestOsDiscoveryResults
public static class GuestOsDiscoveryResults.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuestOsDiscoveryResults
build()
GuestOsDiscoveryResults.Builder
copy(GuestOsDiscoveryResults model)
GuestOsDiscoveryResults.Builder
fsuDiscoveryId(String fsuDiscoveryId)
The OCID of the Exadata Fleet Update Discovery.
-
-
-
Method Detail
-
fsuDiscoveryId
public GuestOsDiscoveryResults.Builder fsuDiscoveryId(String fsuDiscoveryId)
The OCID of the Exadata Fleet Update Discovery.- Parameters:
fsuDiscoveryId
- the value to set- Returns:
- this builder
-
build
public GuestOsDiscoveryResults build()
-
copy
public GuestOsDiscoveryResults.Builder copy(GuestOsDiscoveryResults model)
-
-