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