Class UpdatePatchFsuCycle.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.UpdatePatchFsuCycle.Builder
 
- 
- Enclosing class:
- UpdatePatchFsuCycle
 
 public static class UpdatePatchFsuCycle.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdatePatchFsuCycle.Builder displayName(String displayName) 
 - 
goalVersionDetailspublic UpdatePatchFsuCycle.Builder goalVersionDetails(FsuGoalVersionDetails goalVersionDetails) 
 - 
batchingStrategypublic UpdatePatchFsuCycle.Builder batchingStrategy(UpdateBatchingStrategyDetails batchingStrategy) 
 - 
diagnosticsCollectionpublic UpdatePatchFsuCycle.Builder diagnosticsCollection(DiagnosticsCollectionDetails diagnosticsCollection) 
 - 
freeformTagspublic UpdatePatchFsuCycle.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdatePatchFsuCycle.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
isIgnorePatchespublic UpdatePatchFsuCycle.Builder isIgnorePatches(Boolean isIgnorePatches) Ignore patch conflicts or missing patches between the source and goal homes.This attribute will be ignored for Exadata Image (Guest OS) maintenance update. - Parameters:
- isIgnorePatches- the value to set
- Returns:
- this builder
 
 - 
isIgnoreMissingPatchespublic UpdatePatchFsuCycle.Builder isIgnoreMissingPatches(List<String> isIgnoreMissingPatches) List of identifiers of patches to ignore.Specify an empty array to unset the field. This attribute will be ignored for Exadata Image (Guest OS) maintenance update. - Parameters:
- isIgnoreMissingPatches- the value to set
- Returns:
- this builder
 
 - 
maxDrainTimeoutInSecondspublic UpdatePatchFsuCycle.Builder maxDrainTimeoutInSeconds(Integer maxDrainTimeoutInSeconds) Timeout for session draining for database services specified in seconds.- Parameters:
- maxDrainTimeoutInSeconds- the value to set
- Returns:
- this builder
 
 - 
isKeepPlacementpublic UpdatePatchFsuCycle.Builder isKeepPlacement(Boolean isKeepPlacement) Ensure that database services are online on the same VMs before and after the maintenance update.- Parameters:
- isKeepPlacement- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePatchFsuCycle build() 
 - 
copypublic UpdatePatchFsuCycle.Builder copy(UpdatePatchFsuCycle model) 
 
- 
 
-