Class DependentPatchDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.DependentPatchDetails.Builder
 
- 
- Enclosing class:
- DependentPatchDetails
 
 public static class DependentPatchDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentPatchDetailsbuild()DependentPatchDetails.Buildercopy(DependentPatchDetails model)DependentPatchDetails.Builderid(String id)The OCID of the resource.
 
- 
- 
- 
Method Detail- 
idpublic DependentPatchDetails.Builder id(String id) The OCID of the resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
buildpublic DependentPatchDetails build() 
 - 
copypublic DependentPatchDetails.Builder copy(DependentPatchDetails model) 
 
- 
 
-