Class PatchExternalDbSystemDiscoveryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.PatchExternalDbSystemDiscoveryDetails.Builder
 
- 
- Enclosing class:
- PatchExternalDbSystemDiscoveryDetails
 
 public static class PatchExternalDbSystemDiscoveryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchExternalDbSystemDiscoveryDetailsbuild()PatchExternalDbSystemDiscoveryDetails.Buildercopy(PatchExternalDbSystemDiscoveryDetails model)PatchExternalDbSystemDiscoveryDetails.Builderitems(List<PatchInstruction> items)A sequence of instructions to apply to the resource.
 
- 
- 
- 
Method Detail- 
itemspublic PatchExternalDbSystemDiscoveryDetails.Builder items(List<PatchInstruction> items) A sequence of instructions to apply to the resource.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchExternalDbSystemDiscoveryDetails build() 
 - 
copypublic PatchExternalDbSystemDiscoveryDetails.Builder copy(PatchExternalDbSystemDiscoveryDetails model) 
 
- 
 
-