Class UpdatePatchDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.UpdatePatchDetails.Builder
 
- 
- Enclosing class:
- UpdatePatchDetails
 
 public static class UpdatePatchDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdatePatchDetails.Builder description(String description) A user-friendly description.To provide some insight about the resource. Avoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
patchTypepublic UpdatePatchDetails.Builder patchType(PatchType patchType) 
 - 
severitypublic UpdatePatchDetails.Builder severity(PatchSeverity severity) Patch Severity.- Parameters:
- severity- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic UpdatePatchDetails.Builder timeReleased(Date timeReleased) Date when the patch was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
artifactDetailspublic UpdatePatchDetails.Builder artifactDetails(ArtifactDetails artifactDetails) 
 - 
productpublic UpdatePatchDetails.Builder product(PatchProduct product) 
 - 
dependentPatchespublic UpdatePatchDetails.Builder dependentPatches(List<DependentPatchDetails> dependentPatches) Dependent Patches.- Parameters:
- dependentPatches- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdatePatchDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdatePatchDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePatchDetails build() 
 - 
copypublic UpdatePatchDetails.Builder copy(UpdatePatchDetails model) 
 
- 
 
-